[Python-Dev] Summary of Python tracker Issues

2020-08-28 Thread Python tracker


ACTIVITY SUMMARY (2020-08-21 - 2020-08-28)
Python tracker at https://bugs.python.org/

To view or respond to any of the issues listed below, click on the issue.
Do NOT respond to this message.

Issues counts and deltas:
  open7672 (+21)
  closed 45720 (+24)
  total  53392 (+45)

Open issues with patches: 3116 


Issues opened (35)
==

#41610: Any Raspberry Pi Zero Projects to try?
https://bugs.python.org/issue41610  reopened by supriyasingh

#41613: get_type_hints regression for 3.9 and 3.10
https://bugs.python.org/issue41613  opened by BTaskaya

#41614: Items put on Queue in thread in child process sometimes not se
https://bugs.python.org/issue41614  opened by alexmojaki

#41615: sys.argv may be None or an empty list
https://bugs.python.org/issue41615  opened by jaraco

#41617: __builtin_bswap16 is used without checking it is supported
https://bugs.python.org/issue41617  opened by jmr

#41618: [C API] How many slots of static types should be exposed in Py
https://bugs.python.org/issue41618  opened by shihai1991

#41619: Subprocesses created with DETACHED_PROCESS can pop up a consol
https://bugs.python.org/issue41619  opened by paul.moore

#41620: Python Unittest does not return results object when the test i
https://bugs.python.org/issue41620  opened by Tabrizian

#41621: defaultdict miss behave when using default_factory passed as k
https://bugs.python.org/issue41621  opened by moshemorad12340

#41622: Add support for emoji-data.txt and emoji-variation-sequences.t
https://bugs.python.org/issue41622  opened by jack1142

#41625: Add splice() to the os module
https://bugs.python.org/issue41625  opened by pablogsal

#41626: port shebang of tools from python2 to python3
https://bugs.python.org/issue41626  opened by shihai1991

#41627: Relocate user site packages on Windows 32-bit
https://bugs.python.org/issue41627  opened by steve.dower

#41628: All unittest.mock autospec-generated methods are coroutine fun
https://bugs.python.org/issue41628  opened by twm

#41629: __class__ not set defining 'X' as . Was __
https://bugs.python.org/issue41629  opened by zzzeek

#41630: Enable curses support on Windows
https://bugs.python.org/issue41630  opened by maarten

#41631: _ast module: get_global_ast_state() doesn't work with Mercuria
https://bugs.python.org/issue41631  opened by vstinner

#41633: pydoc skips methods of nested classes
https://bugs.python.org/issue41633  opened by bkline

#41634: Typo in curses documentation
https://bugs.python.org/issue41634  opened by pipythonmc

#41635: flaky test.test_asyncio.test_events.ProactorEventLoopTests.tes
https://bugs.python.org/issue41635  opened by graingert

#41636: distutils.util.strtobool documented behaviour
https://bugs.python.org/issue41636  opened by Graham.Oliver

#41637: Calling a function with an infinite number of parameters is no
https://bugs.python.org/issue41637  opened by Camion

#41638: Error message: sqlite3.ProgrammingError: You did not supply a 
https://bugs.python.org/issue41638  opened by WolfgangFahl

#41639: Unpickling derived class of list does not call __init__()
https://bugs.python.org/issue41639  opened by andymaier

#41640: module zipfile issue on closing
https://bugs.python.org/issue41640  opened by bastian.ebeling

#41641: Add a "message" action to warnings, to trigger for every *uniq
https://bugs.python.org/issue41641  opened by xmorel

#41642: Buildbot: workers detached every minute and "no space left on 
https://bugs.python.org/issue41642  opened by xtreak

#41643: make shutil.make_archive always accept pathlib objects
https://bugs.python.org/issue41643  opened by graingert

#41644: builtin type kwargs
https://bugs.python.org/issue41644  opened by joperez

#41645: Typo First Page of Documentation
https://bugs.python.org/issue41645  opened by kagarwal

#41646: shutil.copy documentation should clarify support for path-like
https://bugs.python.org/issue41646  opened by Jonatan Skogsfors

#41649: Can't pass  Path like objects to subprocess api's on Windows.
https://bugs.python.org/issue41649  opened by rasjani

#41653: About the use of cpython console mode problem
https://bugs.python.org/issue41653  opened by twoone3

#41654: Segfault when raising MemoryError
https://bugs.python.org/issue41654  opened by hoefling

#41655: New Node may not be visited in lib2to3.refactor.RefactoringToo
https://bugs.python.org/issue41655  opened by chrome



Most recent 15 issues with no replies (15)
==

#41653: About the use of cpython console mode problem
https://bugs.python.org/issue41653

#41643: make shutil.make_archive always accept pathlib objects
https://bugs.python.org/issue41643

#41641: Add a "message" action to warnings, to trigger for every *uniq
https://bugs.python.org/issue41641

#41637: Calling a function with an infinite number of parameters is no
https://bugs.python.org/issue41637

#41636: distutils.util.strtobool documented behaviour
https://bugs.python.org/issue41636

#41635: flaky t

[Python-Dev] Re: Resurrecting PEP-472

2020-08-28 Thread Victor Stinner
Hi,

IMO a new PEP would avoid confusion:

* The new PEP should list differences with the previously rejected PEP
* The old PEP remains available unchanged to help to understand why it
has been rejected

It's common to have multiple PEP for the same feature. Once a PEP is
accepted, other PEP are rejected or marked as "superseded" (by the
accepted PEP).

> One of the existing authors, Stefano Borini, is interested in updating
> the PEP with a new strategy that has some support (but not a consensus)
> on Python-Ideas, and removing from contention the previous strategies.

Aha, interesting!

Victor
___
Python-Dev mailing list -- python-dev@python.org
To unsubscribe send an email to python-dev-le...@python.org
https://mail.python.org/mailman3/lists/python-dev.python.org/
Message archived at 
https://mail.python.org/archives/list/python-dev@python.org/message/YWWPUYTZOSSFU4WCDHRK5IB4AVZZB366/
Code of Conduct: http://python.org/psf/codeofconduct/