This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Filters and other issues in Visual Studio projects
Type: enhancement Stage: resolved
Components: Windows Versions: Python 3.10, Python 3.9
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: steve.dower Nosy List: nnemkin, paul.moore, steve.dower, tim.golden, zach.ware
Priority: normal Keywords: patch

Created on 2020-06-23 11:09 by nnemkin, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 21070 merged nnemkin, 2020-06-23 11:18
PR 21090 merged steve.dower, 2020-06-23 18:48
Messages (4)
msg372158 - (view) Author: Nikita Nemkin (nnemkin) * Date: 2020-06-23 11:09
Visual Studio projects need a bit of grooming.

* File filters don't reflect recent file movements and additions.
* Solution file is missing _zoneinfo project entries, resulting in dirty repo on every save.
* bdist_wininst project hasn't been updated with the new zlib location.
msg372192 - (view) Author: Steve Dower (steve.dower) * (Python committer) Date: 2020-06-23 18:41
New changeset fe2a48c605d98ac02ab2b9593cb87ce364aeae2d by Nikita Nemkin in branch 'master':
bpo-41089: Filters and other issues in Visual Studio projects (GH-21070)
https://github.com/python/cpython/commit/fe2a48c605d98ac02ab2b9593cb87ce364aeae2d
msg372193 - (view) Author: Steve Dower (steve.dower) * (Python committer) Date: 2020-06-23 18:49
Thanks!
msg372198 - (view) Author: Steve Dower (steve.dower) * (Python committer) Date: 2020-06-23 19:31
New changeset 47cd931a61146793faa44e01516bf07b0c23380c by Steve Dower in branch '3.9':
bpo-41089: Filters and other issues in Visual Studio projects (GH-21070)
https://github.com/python/cpython/commit/47cd931a61146793faa44e01516bf07b0c23380c
History
Date User Action Args
2022-04-11 14:59:32adminsetgithub: 85261
2020-06-23 19:31:21steve.dowersetmessages: + msg372198
2020-06-23 18:49:27steve.dowersetmessages: + msg372193
2020-06-23 18:49:19steve.dowersetstatus: open -> closed
assignee: steve.dower
stage: patch review -> resolved
resolution: fixed
versions: + Python 3.9
2020-06-23 18:48:36steve.dowersetpull_requests: + pull_request20256
2020-06-23 18:41:57steve.dowersetmessages: + msg372192
2020-06-23 11:18:11nnemkinsetkeywords: + patch
stage: patch review
pull_requests: + pull_request20239
2020-06-23 11:09:26nnemkincreate