Changeset 391 for python/trunk/Lib/test/inspect_fodder.py
- Timestamp:
- Mar 19, 2014, 11:31:01 PM (11 years ago)
- Location:
- python/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
python/trunk
-
Property svn:mergeinfo
set to
/python/vendor/Python-2.7.6 merged eligible /python/vendor/current merged eligible
-
Property svn:mergeinfo
set to
-
python/trunk/Lib/test/inspect_fodder.py
r2 r391 16 16 st = inspect.stack() 17 17 p = x 18 q = y / 018 q = y // 0 19 19 20 20 # line 20 … … 50 50 pass 51 51 52 Tit = MalodorousPervert 53 52 54 class ParrotDroppings: 53 55 pass
Note:
See TracChangeset
for help on using the changeset viewer.