commit | c7979f16ecc0568e931edf440b25c437b461fd01 | [log] [tgz] |
---|---|---|
author | Raymond Hettinger <python@rcn.com> | Sun Dec 05 11:38:18 2004 +0000 |
committer | Raymond Hettinger <python@rcn.com> | Sun Dec 05 11:38:18 2004 +0000 |
tree | b4b1f00a0d97c73515489b5ce84c74d96d993caf | |
parent | b2594050ea83d0fc9ddaeed2e33ec2436e9ca1bc [diff] [blame] |
Removed deprecated tzparse module.
diff --git a/Misc/NEWS b/Misc/NEWS index 95b9d2c..784e782 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -25,6 +25,8 @@ Library ------- +- the deprecated tzparse module was removed. + - the pickle module no longer uses the deprecated bin parameter. - the depecated statcache module was removed.