aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorYaron de Leeuw <me@jarondl.net>2014-11-27 21:47:16 +0200
committerYaron de Leeuw <me@jarondl.net>2014-11-27 21:47:16 +0200
commit549dcc81b57d7a6469dab6f771a152633977f894 (patch)
tree0dcc88a6280c3e9d4b4bc60cf70858be30ae97e0 /NEWS
parent61118923218429fffed2146997d8162fe3fee4d0 (diff)
downloaddateutil-549dcc81b57d7a6469dab6f771a152633977f894.tar.gz
Handle symbolic links in the zoneinfo tar file
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 5b01cb5..3eb1aa6 100644
--- a/NEWS
+++ b/NEWS
@@ -3,6 +3,10 @@ Version 2.3
- Cleanup directory structure, moved test.py to dateutil/tests/test.py
+- Changed many aspects of dealing with the zone info file. Instead of a cache,
+ all the zones are loaded to memory, but symbolic links are loaded only once,
+ so not much memory is used.
+
- Fixed tzwin silently not imported on windows python2