]> git.madduck.net Git - etc/vim.git/commitdiff

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

3.6.5 grammar pickles
authorŁukasz Langa <lukasz@langa.pl>
Tue, 3 Apr 2018 21:53:31 +0000 (14:53 -0700)
committerŁukasz Langa <lukasz@langa.pl>
Wed, 4 Apr 2018 16:55:56 +0000 (09:55 -0700)
blib2to3/Grammar3.6.5.final.0.pickle [new file with mode: 0644]
blib2to3/PatternGrammar3.6.5.final.0.pickle [new file with mode: 0644]
blib2to3/pgen2/grammar.py

diff --git a/blib2to3/Grammar3.6.5.final.0.pickle b/blib2to3/Grammar3.6.5.final.0.pickle
new file mode 100644 (file)
index 0000000..3a8d93d
Binary files /dev/null and b/blib2to3/Grammar3.6.5.final.0.pickle differ
diff --git a/blib2to3/PatternGrammar3.6.5.final.0.pickle b/blib2to3/PatternGrammar3.6.5.final.0.pickle
new file mode 100644 (file)
index 0000000..1a17471
Binary files /dev/null and b/blib2to3/PatternGrammar3.6.5.final.0.pickle differ
index c00cb2248d5676092c82d9da3f67d9b2f54f67ad..a1da546eee20e12fc29d442835d80bea6379e40c 100644 (file)
@@ -13,7 +13,6 @@ fallback token code OP, but the parser needs the actual token code.
 """
 
 # Python imports
-import collections
 import pickle
 
 # Local imports