This commit is contained in:
Benjamin Peterson 2013-10-30 12:50:18 -04:00
commit a50f89954d
3 changed files with 17 additions and 5 deletions

View file

@ -13,6 +13,7 @@ Core and Builtins
Library
-------
- Issue #19435: Fix directory traversal attack on CGIHttpRequestHandler.
What's New in Python 3.3.3 release candidate 1?