Commit 0d70ab6b authored by Benjamin Peterson's avatar Benjamin Peterson

__getslice__ certainly won't appear in the output

parent 2645bad0
...@@ -104,7 +104,7 @@ Sample output (may vary depending on the architecture):: ...@@ -104,7 +104,7 @@ Sample output (may vary depending on the architecture)::
re: __module__,finditer,_expand re: __module__,finditer,_expand
itertools: itertools:
__main__: re,itertools,baconhameggs __main__: re,itertools,baconhameggs
sre_parse: __getslice__,_PATTERNENDERS,SRE_FLAG_UNICODE sre_parse: _PATTERNENDERS,SRE_FLAG_UNICODE
array: array:
types: __module__,IntType,TypeType types: __module__,IntType,TypeType
--------------------------------------------------- ---------------------------------------------------
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment