diff options
| author | Serhiy Storchaka <storchaka@gmail.com> | 2014-11-02 22:19:56 +0200 |
|---|---|---|
| committer | Serhiy Storchaka <storchaka@gmail.com> | 2014-11-02 22:19:56 +0200 |
| commit | 2657611ae2e4d6c4e82a7f8b28813ec0ca16c785 (patch) | |
| tree | 9407962a6d8386e4311637b00d3056091ecacbda /Python/README | |
| parent | a013b6cf543ba561f4960e17d9ee0973c47c31e1 (diff) | |
| parent | af1fe6055c4df59dfb3a03305e677236c3067413 (diff) | |
| download | cpython-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/README | 1 |
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 |
