summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorRonald Oussoren <ronaldoussoren@mac.com>2009-01-02 14:48:17 (GMT)
committerRonald Oussoren <ronaldoussoren@mac.com>2009-01-02 14:48:17 (GMT)
commit7f8cbf0e735ee6ebf7fea7eed70d4bb5b992323f (patch)
treea86a5fb29ddf5836cc6117f5c871322c4822857b /Misc
parent63b74feb518820f18279b4bfc680bfb9887735c7 (diff)
downloadcpython-7f8cbf0e735ee6ebf7fea7eed70d4bb5b992323f.zip
cpython-7f8cbf0e735ee6ebf7fea7eed70d4bb5b992323f.tar.gz
cpython-7f8cbf0e735ee6ebf7fea7eed70d4bb5b992323f.tar.bz2
Fix for issue 1627952
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 d2555a3..c05f8cf 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -230,6 +230,8 @@ Library
- Issue #900949: plat-mac/videoreader.py no longer relies on a non-existing
module.
+- Issue #16278952: plat-mac/videoreader.py now correctly imports MediaDescr
+
Tools/Demos
-----------