Kaydet (Commit) 9dbc6706 authored tarafından Raymond Hettinger's avatar Raymond Hettinger

Per the language summit, the optional fastpath imports should use from-import-star.

üst 92af5d9f
......@@ -87,6 +87,6 @@ def bisect_left(a, x, lo=0, hi=None):
# Overwrite above definitions with a fast C implementation
try:
from _bisect import bisect_right, bisect_left, insort_left, insort_right, insort, bisect
from _bisect import *
except ImportError:
pass
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