This commit is contained in:
Raymond Hettinger 2014-06-24 18:13:31 -07:00
commit d04d511078
1 changed files with 2 additions and 0 deletions

View File

@ -108,6 +108,8 @@ Library
- Issue #21719: Added the ``st_file_attributes`` field to os.stat_result on
Windows.
- Issue #21832: Require named tuple inputs to be exact strings.
- Issue #21722: The distutils "upload" command now exits with a non-zero
return code when uploading fails. Patch by Martin Dengler.