summaryrefslogtreecommitdiff
path: root/Python/README
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2014-11-02 22:19:56 +0200
committerSerhiy Storchaka <storchaka@gmail.com>2014-11-02 22:19:56 +0200
commit2657611ae2e4d6c4e82a7f8b28813ec0ca16c785 (patch)
tree9407962a6d8386e4311637b00d3056091ecacbda /Python/README
parenta013b6cf543ba561f4960e17d9ee0973c47c31e1 (diff)
parentaf1fe6055c4df59dfb3a03305e677236c3067413 (diff)
downloadcpython-2657611ae2e4d6c4e82a7f8b28813ec0ca16c785.tar.gz
Issue #22775: Fixed unpickling of http.cookies.SimpleCookie with protocol 2
and above. Patch by Tim Graham.
Diffstat (limited to 'Python/README')
-rw-r--r--Python/README1
1 files changed, 1 insertions, 0 deletions
diff --git a/Python/README b/Python/README
new file mode 100644
index 0000000000..153b628bd5
--- /dev/null
+++ b/Python/README
@@ -0,0 +1 @@
+Miscellaneous source files for the main Python shared library