diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2005-03-03 11:08:03 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2005-03-03 11:08:03 (GMT) |
commit | df37c8c1ad51b6f8527e2cd398788e49cd686654 (patch) | |
tree | e2fe747f3ea2509fc2dbf93a3028efd4f8841d72 /Misc | |
parent | c5574e809b18d517f81e93542db76642662823cd (diff) | |
download | cpython-df37c8c1ad51b6f8527e2cd398788e49cd686654.zip cpython-df37c8c1ad51b6f8527e2cd398788e49cd686654.tar.gz cpython-df37c8c1ad51b6f8527e2cd398788e49cd686654.tar.bz2 |
Patch #1046831: Use get_python_version where appropriate in sysconfig.py.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -61,6 +61,8 @@ Extension Modules Library ------- +- Patch #1046831: Use get_python_version where appropriate in sysconfig.py. + - Patch #1117454: Remove code to special-case cookies without values in LWPCookieJar. |