diff options
author | Anthony Sottile <asottile@umich.edu> | 2018-11-27 18:39:49 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2018-11-27 18:39:49 (GMT) |
commit | c57e6e2e52d5d8b4005753bed789d99ebe407fb6 (patch) | |
tree | 3ef4b574f1a50ca526ce31184ce39824b28c029b /Misc | |
parent | d4f9cf5545d6d8844e0726552ef2e366f5cc3abd (diff) | |
download | cpython-c57e6e2e52d5d8b4005753bed789d99ebe407fb6.zip cpython-c57e6e2e52d5d8b4005753bed789d99ebe407fb6.tar.gz cpython-c57e6e2e52d5d8b4005753bed789d99ebe407fb6.tar.bz2 |
bpo-35312: Make lib2to3.pgen2.parse.ParseError round-trip pickle-able. (GH-10710)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Library/2018-11-25-20-05-33.bpo-35312.wbw0zO.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2018-11-25-20-05-33.bpo-35312.wbw0zO.rst b/Misc/NEWS.d/next/Library/2018-11-25-20-05-33.bpo-35312.wbw0zO.rst new file mode 100644 index 0000000..c195468 --- /dev/null +++ b/Misc/NEWS.d/next/Library/2018-11-25-20-05-33.bpo-35312.wbw0zO.rst @@ -0,0 +1 @@ +Make ``lib2to3.pgen2.parse.ParseError`` round-trip pickle-able. Patch by Anthony Sottile. |