Changeset 388 for python/vendor/current/Lib/bisect.py
- Timestamp:
- Mar 19, 2014, 11:11:30 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
python/vendor/current/Lib/bisect.py
r2 r388 88 88 # Overwrite above definitions with a fast C implementation 89 89 try: 90 from _bisect import bisect_right, bisect_left, insort_left, insort_right, insort, bisect90 from _bisect import * 91 91 except ImportError: 92 92 pass
Note:
See TracChangeset
for help on using the changeset viewer.