summaryrefslogtreecommitdiff
path: root/Misc
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@haypocalc.com>2011-04-04 23:05:53 +0200
committerVictor Stinner <victor.stinner@haypocalc.com>2011-04-04 23:05:53 +0200
commitd206f91d5300b6ee4d99d9d45f9a4160fa384366 (patch)
treeec2f4a242d4f8d556be4ad96c98429949df89a94 /Misc
parent5d55e48fae955a732707f80b70441e8404506ec9 (diff)
downloadcpython-d206f91d5300b6ee4d99d9d45f9a4160fa384366.tar.gz
Issue #11619: _PyImport_LoadDynamicModule() doesn't encode the path to bytes
on Windows.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index e71f913ace..d4297d2055 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,6 +10,9 @@ What's New in Python 3.3 Alpha 1?
Core and Builtins
-----------------
+- Issue #11619: _PyImport_LoadDynamicModule() doesn't encode the path to bytes
+ on Windows.
+
- Issue #10998: Remove mentions of -Q, sys.flags.division_warning and
Py_DivisionWarningFlag left over from Python 2.