diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2010-09-04 14:38:09 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2010-09-04 14:38:09 (GMT) |
commit | a5e31091540a0c63ea1a4c9cafad5801480c33b6 (patch) | |
tree | 1ef29d39824fdf95eef1a18d9828b96e9fa00222 /Misc/NEWS | |
parent | cc645b9a59ce56aaa9b411c335c819ce31e26e85 (diff) | |
download | cpython-a5e31091540a0c63ea1a4c9cafad5801480c33b6.zip cpython-a5e31091540a0c63ea1a4c9cafad5801480c33b6.tar.gz cpython-a5e31091540a0c63ea1a4c9cafad5801480c33b6.tar.bz2 |
Issue #1303434: Include PDBs in release.
Patch by James Lee and Daniel Stutzbach.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -381,6 +381,8 @@ Tests Build ----- +- Issue #1303434: Generate ZIP file containing all PDBs. + - Issue #9193: PEP 3149 is accepted. - Issue #3101: Helper functions _add_one_to_index_C() and |