changeset: 102393:da735eb8b7a2 parent: 102391:8823c660820e parent: 102392:7ffb7f3c345d user: Steve Dower date: Sun Jul 17 21:40:06 2016 -0700 files: Misc/NEWS description: Issue #27309: Enables proper Windows styles in python[w].exe manifest. diff -r 8823c660820e -r da735eb8b7a2 Misc/NEWS --- a/Misc/NEWS Sun Jul 17 20:50:28 2016 -0700 +++ b/Misc/NEWS Sun Jul 17 21:40:06 2016 -0700 @@ -39,6 +39,10 @@ - Issue #27369: In test_pyexpat, avoid testing an error message detail that changed in Expat 2.2.0. +Windows +------- + +- Issue #27309: Enables proper Windows styles in python[w].exe manifest. What's New in Python 3.6.0 alpha 3 ================================== diff -r 8823c660820e -r da735eb8b7a2 PC/python.manifest --- a/PC/python.manifest Sun Jul 17 20:50:28 2016 -0700 +++ b/PC/python.manifest Sun Jul 17 21:40:06 2016 -0700 @@ -16,4 +16,10 @@ + + + + + \ No newline at end of file