summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorVinay Sajip <vinay_sajip@yahoo.co.uk>2010-10-10 20:36:04 (GMT)
committerVinay Sajip <vinay_sajip@yahoo.co.uk>2010-10-10 20:36:04 (GMT)
commit5e8349e5cc42f0cbae1706cd9b6317e8dd406ee6 (patch)
tree5173812b91966aeecb0631e100b913e2c65fb106 /Misc
parent739a59cf720cfd76df30ff9b513c6e0a068434b2 (diff)
downloadcpython-5e8349e5cc42f0cbae1706cd9b6317e8dd406ee6.zip
cpython-5e8349e5cc42f0cbae1706cd9b6317e8dd406ee6.tar.gz
cpython-5e8349e5cc42f0cbae1706cd9b6317e8dd406ee6.tar.bz2
Issue #9948: logging: fixed problem of losing filename case information.
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 b8bdd9c..613afd9 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -48,6 +48,8 @@ Core and Builtins
Library
-------
+- Issue #9948: Fixed problem of losing filename case information.
+
- Issue #9437: Fix building C extensions with non-default LDFLAGS.
- Issue #9759: GzipFile now raises ValueError when an operation is attempted