[issue46833] Installer Wizard is unclear and has redundant settings

2022-02-23 Thread Christian Buhtz
New submission from Christian Buhtz : Hello together, this is is about the installer of Python 3.9.10 on Windows 10 64bit. I have problems to interpret the installer wizard/dialog. And my argument is that no matter if there are good reasons for the current options some of the users are

[issue46833] Installer Wizard is unclear and has redundant settings

2022-02-23 Thread Christian Buhtz
Christian Buhtz added the comment: Thank you very much for your quick replay and for taking my problems and thoughts into account. I have to dive deeper into the topic but still have some ideas how to re-design the wizard. IMHO the primary problem is that on the first page the decision

[issue46833] Installer Wizard is unclear and has redundant settings

2022-02-23 Thread Christian Buhtz
Christian Buhtz added the comment: In the attachment you will find a PDF with variants A to D on each side. I tried to think into the design decisions made by the team who created the current installer. I am not sure of course but I tried to take this (assumed) decisions into account

[issue46833] Windows installer is unclear and has redundant settings

2022-02-26 Thread Christian Buhtz
Christian Buhtz added the comment: Dear Steve, thanks for your feedback. I did not understand all details of your design decisions but I am OK with that. Variant A is fine for me, too. The important to points of A for me are 1) that the checkboxes on page 1 are moved up directly under the

[issue44901] Info about used pickle protocol used by multiprocessing.Queue

2021-08-12 Thread Christian Buhtz
New submission from Christian Buhtz : I read some of the PEPs about pickeling. But I would not say that I understood everything. Of course I checked the docu about multiprocessing.Queue. Currently it is not clear for me which pickle protocol is used by multiprocessing.Queue. Maybe I missed

[issue44701] Create a @deprecated decorator (annotation)

2021-08-18 Thread Christian Buhtz
Christian Buhtz added the comment: This discussion on python-ideas https://mail.python.org/archives/list/python-id...@python.org/thread/62CTVNQ2GIS4B6WUBX23K4CCCK5MCGYL/ -- nosy: +buhtz ___ Python tracker <https://bugs.python.org/issue44

[issue42993] doc xml.etree.ElementTree.ElementTree.write does not mention attribute order

2021-01-21 Thread Christian Buhtz
New submission from Christian Buhtz : The docs for 'xml.etree.ElementTree.ElementTree.write' in Python 3.7 (and possible earlier) does not say a word about the ordering of the attributes. This makes unittesting hard. But looking in the code tells me that the attributes are ordered