summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2007-02-12 12:21:10 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2007-02-12 12:21:10 (GMT)
commit2bad58f5a4caef933e3e404ff6a213a0f499614c (patch)
tree5e97a09fdf5b035322469d61b5f266c9c4bf684f /Misc
parenta69aa327aaac8c9156d67b16a81d6b082ba5b012 (diff)
downloadcpython-2bad58f5a4caef933e3e404ff6a213a0f499614c.zip
cpython-2bad58f5a4caef933e3e404ff6a213a0f499614c.tar.gz
cpython-2bad58f5a4caef933e3e404ff6a213a0f499614c.tar.bz2
Patch 1463026: Support default namespace in XMLGenerator.
Fixes #847665. Will backport.
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 c42ade8..36ac1df 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -128,6 +128,8 @@ Core and builtins
Library
-------
+- Patch 1463026: Support default namespace in XMLGenerator.
+
- Patch 1571379: Make trace's --ignore-dir facility work in the face of
relative directory names.