Ignore:
Timestamp:
Mar 19, 2014, 11:11:30 AM (11 years ago)
Author:
dmik
Message:

python: Update vendor to 2.7.6.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • python/vendor/current/Lib/bisect.py

    r2 r388  
    8888# Overwrite above definitions with a fast C implementation
    8989try:
    90     from _bisect import bisect_right, bisect_left, insort_left, insort_right, insort, bisect
     90    from _bisect import *
    9191except ImportError:
    9292    pass
Note: See TracChangeset for help on using the changeset viewer.