Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 704816 | Differences between
and this patch

Collapse All | Expand All

(-)a/Lib/lib2to3/pgen2/driver.py (-1 / +1 lines)
Lines 107-113 def _generate_pickle_name(gt): Link Here
107
    head, tail = os.path.splitext(gt)
107
    head, tail = os.path.splitext(gt)
108
    if tail == ".txt":
108
    if tail == ".txt":
109
        tail = ""
109
        tail = ""
110
    return head + tail + ".".join(map(str, sys.version_info)) + ".pickle"
110
    return head + tail + ".pickle"
111
def load_grammar(gt="Grammar.txt", gp=None,
111
def load_grammar(gt="Grammar.txt", gp=None,

Return to bug 704816