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 108-114 def _generate_pickle_name(gt): Link Here
108
    head, tail = os.path.splitext(gt)
108
    head, tail = os.path.splitext(gt)
109
    if tail == ".txt":
109
    if tail == ".txt":
110
        tail = ""
110
        tail = ""
111
    return head + tail + ".".join(map(str, sys.version_info)) + ".pickle"
111
    return head + tail + ".pickle"
112
112
113
113
114
def load_grammar(gt="Grammar.txt", gp=None,
114
def load_grammar(gt="Grammar.txt", gp=None,

Return to bug 704816