diff options
author | Christian Heimes <christian@cheimes.de> | 2013-03-26 16:53:05 (GMT) |
---|---|---|
committer | Christian Heimes <christian@cheimes.de> | 2013-03-26 16:53:05 (GMT) |
commit | 92acb0a81c4905f827167eaac63c175030562f18 (patch) | |
tree | d3afdb5b2c9e44e1e69811e2f29d8c7204e7b476 /Misc | |
parent | 6074ee4ef2c451d5b8f92b53c22109163ed115c8 (diff) | |
download | cpython-92acb0a81c4905f827167eaac63c175030562f18.zip cpython-92acb0a81c4905f827167eaac63c175030562f18.tar.gz cpython-92acb0a81c4905f827167eaac63c175030562f18.tar.bz2 |
Issue 17538: Document XML vulnerabilties
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -24,6 +24,11 @@ Library - Issue #17531: Fix tests that thought group and user ids were always the int type. Also, always allow -1 as a valid group and user id. +Documentation +------------- + +- Issue 17538: Document XML vulnerabilties + What's New in Python 2.7.4 release candidate 1 ============================================== |