summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2006-05-17 14:26:50 (GMT)
committerGeorg Brandl <georg@python.org>2006-05-17 14:26:50 (GMT)
commit378d592617f5da7bb5e1611ca4e5980d086191f9 (patch)
treeb7353a5b94e147fbf528c1e0a708c013ba06ba3e /Misc
parent9e5b5e4fe1006bfb54cd673519df2220aa9b56a1 (diff)
downloadcpython-378d592617f5da7bb5e1611ca4e5980d086191f9.zip
cpython-378d592617f5da7bb5e1611ca4e5980d086191f9.tar.gz
cpython-378d592617f5da7bb5e1611ca4e5980d086191f9.tar.bz2
Patch #1490224: set time.altzone correctly on Cygwin.
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 20d4ff1..4c7cb14 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -28,6 +28,8 @@ Core and builtins
Extension Modules
-----------------
+- Patch #1490224: time.altzone is now set correctly on Cygwin.
+
- Patch #1435422: zlib's compress and decompress objects now have a
copy() method.