summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2007-02-13 09:49:38 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2007-02-13 09:49:38 (GMT)
commitc6d626ed9f49daf84e72c817bce274a3547325ad (patch)
treeb436a4ba838b4f8156cba826c57faf8db3d5b0ac /Misc
parent07aa3ed372ee1ab5e7e9151f8b63ff78dd0b419c (diff)
downloadcpython-c6d626ed9f49daf84e72c817bce274a3547325ad.zip
cpython-c6d626ed9f49daf84e72c817bce274a3547325ad.tar.gz
cpython-c6d626ed9f49daf84e72c817bce274a3547325ad.tar.bz2
Patch #698833: Support file decryption in zipfile.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 7b30044..06ffc16 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -128,6 +128,8 @@ Core and builtins
Library
-------
+- Patch #698833: Support file decryption in zipfile.
+
- Patch #685268: Consider a package's __path__ in imputil.
- Patch 1463026: Support default namespace in XMLGenerator.