[issue42037] Documentation confusion in CookieJar functions

2020-10-21 Thread Markus Israelsson
Markus Israelsson added the comment: Sure. But I will need to get an ok from my company to spend some time on this because I really am not very used to git yet (recently switched). Also, is it possible to make the request/changes through the company github account or must that in that case

[issue42037] Documentation confusion in CookieJar functions

2020-10-21 Thread Markus Israelsson
Markus Israelsson added the comment: I guess due to something having to be signed I would have to create a personal github account :/ -- ___ Python tracker ___ __

[issue41316] tarfile: Do not write full path in FNAME field

2020-10-21 Thread Inada Naoki
Change by Inada Naoki : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed versions: -Python 3.5, Python 3.6, Python 3.7 ___ Python tracker ___ __

[issue42037] Documentation confusion in CookieJar functions

2020-10-21 Thread Markus Israelsson
Markus Israelsson added the comment: I got ok from the higherups. Will plan this into next sprint so it will take a week or 2 before I get to it. -- ___ Python tracker ___ ___

[issue40084] HTTPStatus has incomplete dir() listing

2020-10-21 Thread miss-islington
Change by miss-islington : -- pull_requests: +21798 pull_request: https://github.com/python/cpython/pull/22854 ___ Python tracker ___ __

[issue40084] HTTPStatus has incomplete dir() listing

2020-10-21 Thread miss-islington
Change by miss-islington : -- pull_requests: +21797 pull_request: https://github.com/python/cpython/pull/22853 ___ Python tracker ___ __

[issue41819] Fix some compiler warnings

2020-10-21 Thread Inada Naoki
Inada Naoki added the comment: New changeset c756c2b507b088919ac0c1aa8b0d8c8bdbdd75ee by Miss Skeleton (bot) in branch '3.8': bpo-41819: Fix compiler warning in init_dump_ascii_wstr() (GH-22332) https://github.com/python/cpython/commit/c756c2b507b088919ac0c1aa8b0d8c8bdbdd75ee -- nos

[issue41819] Fix some compiler warnings

2020-10-21 Thread Inada Naoki
Change by Inada Naoki : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed versions: +Python 3.8 ___ Python tracker ___ ___

[issue42105] allow_abbrev not working as intended in "argparse.ArgumentParser" in Python 3.9.0

2020-10-21 Thread Ganesh Kumar
New submission from Ganesh Kumar : the "allow_abbrev" in "argparse.ArgumentParser" behavior does not work as intended in python 3.9.0 $ python3 --version Python 3.5.3 $ python3 mcve.py -S $ python3 mcve.py -SS usage: mcve.py [-h] [-S] mcve.py: error: unrecognized arguments: -SS $ python3.9 --

[issue42106] docs.python.org prioritises search horribly

2020-10-21 Thread Xavier Morel
New submission from Xavier Morel : I expect it simply uses sphinx and I don't know if sphinx's search is easily customisable but the experience is really terrible when looking for the doc of a specific thing, *especially* when that thing is or is related to a builtin, which I'd expect to be e

[issue42107] Monotonic time on macOS 10.12+ should use mach_continuous_time()

2020-10-21 Thread Seth Junot
New submission from Seth Junot : This blog post describes an issue with Apple's "CLOCK_UPTIME_RAW" where the clock is reset after a system that hibernates: https://rachelbythebay.com/w/2020/10/20/ticktock/ According to Apple's documentation, CLOCK_UPTIME_RAW corresponds to mach_absolute_time

[issue39116] StreamReader.readexactly() raises GeneratorExit on ProactorEventLoop

2020-10-21 Thread twisteroid ambassador
twisteroid ambassador added the comment: Well this is unexpected, the same code running on Linux is throwing GeneratorExit-related mysterious exceptions as well. I'm not sure whether this is the same problem, but this one has a clearer traceback. I will attach the full error log, but the mos

[issue41100] Build failure on macOS 11 (beta)

2020-10-21 Thread Ronald Oussoren
Change by Ronald Oussoren : -- pull_requests: +21799 pull_request: https://github.com/python/cpython/pull/22855 ___ Python tracker ___ _

[issue42105] allow_abbrev not working as intended in "argparse.ArgumentParser" in Python 3.9.0

2020-10-21 Thread Karthikeyan Singaravelan
Change by Karthikeyan Singaravelan : -- nosy: +paul.j3, rhettinger ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscr

[issue42106] docs.python.org prioritises search horribly

2020-10-21 Thread Inada Naoki
Inada Naoki added the comment: Can we add search box using DuckDuckGo? https://duckduckgo.com/?q=site%3Adocs.python.org%2F3%2F+list+append -- nosy: +methane ___ Python tracker ___

[issue42106] docs.python.org prioritises search horribly

2020-10-21 Thread Xavier Morel
Xavier Morel added the comment: Apparently it's at least a possibility on DDG's side (https://duckduckgo.com/search_box), don't know how easy it'd be to integrate in sphinx, or whether a hard dependency on an external search engine is acceptable / desirable. --

[issue41747] dataclasses: generated method's using the wrong qualname

2020-10-21 Thread Eric V. Smith
Eric V. Smith added the comment: New changeset c7437e2c0216e05fbf17bf96294cb20954e36e48 by Batuhan Taskaya in branch 'master': bpo-41747: Ensure all dataclass methods uses their parents' qualname (GH-22155) https://github.com/python/cpython/commit/c7437e2c0216e05fbf17bf96294cb20954e36e48 --

[issue41747] dataclasses: generated method's using the wrong qualname

2020-10-21 Thread Eric V. Smith
Eric V. Smith added the comment: Thanks for the PR! -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___

[issue15125] argparse: positional arguments containing - in name not handled well

2020-10-21 Thread Socob
Change by Socob <206a8...@opayq.com>: -- nosy: +Socob ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https:/

[issue9334] argparse does not accept options taking arguments beginning with dash (regression from optparse)

2020-10-21 Thread Socob
Change by Socob <206a8...@opayq.com>: -- nosy: +Socob ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://

[issue42108] HTTPSConnection hangs forever when the percentage completed of the upload drops from 100 to 0

2020-10-21 Thread Mickaël Schoentgen
New submission from Mickaël Schoentgen : I will try to summarize my findings. I do not think having real data is revelant here, it seems to be a behavior issue. I was originally using the `requests` module to `POST` some small data. The server will then do its stuff and it would take about 5 m

[issue41906] logging.config.dictConfig does not work with callable filters

2020-10-21 Thread lorb
lorb added the comment: I looked into implementing this and it's not entirely clear how it could work. The main issue I encountered is how to distinguish between a callable that is a factory that takes one argument and a callable that is a filter. One possible approach I see is to rely on th

[issue33523] loop.run_until_complete re-entrancy to support more complicated codebases in transition to asyncio

2020-10-21 Thread Blaze Spinnaker
Blaze Spinnaker added the comment: I know this issue is closed, but can you folks review: https://github.com/ipython/ipykernel/issues/548#issuecomment-713637954 The nest_asyncio patch is becoming a defacto contract to fixing this amongst a lot of people. But the patch doesn't really event w

[issue31922] Can't receive replies from multicast UDP with asyncio

2020-10-21 Thread Irit Katriel
Change by Irit Katriel : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ ___

[issue37840] bytearray_getitem() handles negative index incorrectly

2020-10-21 Thread Irit Katriel
Change by Irit Katriel : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ ___

[issue33394] the build of the shared modules is quiet/non-visible when GNU make gets passed macros

2020-10-21 Thread Irit Katriel
Change by Irit Katriel : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ ___

[issue29745] asyncio: Make pause/resume_reading idepotent and no-op for closed transports

2020-10-21 Thread Irit Katriel
Change by Irit Katriel : -- resolution: -> out of date stage: -> resolved status: open -> closed superseder: -> asyncio: Make transport.pause_reading()/resume_reading() idempotent; add transport.is_reading() ___ Python tracker

[issue42105] allow_abbrev not working as intended in "argparse.ArgumentParser" in Python 3.9.0

2020-10-21 Thread paul j3
paul j3 added the comment: argparse : allow_abbrev behavior between 3.7 and 3.8 https://bugs.python.org/issue41534 covers this issue well enough. That latest change to `allow_abbrev` was prompted by: argparse: allow_abbrev=False stops -vv from working https://bugs.python.org/issue26967 You

[issue39524] Escape sequences in doc string of ast._pad_whitespace

2020-10-21 Thread Irit Katriel
Change by Irit Katriel : -- pull_requests: +21800 pull_request: https://github.com/python/cpython/pull/22857 ___ Python tracker ___

[issue41052] Opt out serialization/deserialization for heap type

2020-10-21 Thread Dong-hee Na
Dong-hee Na added the comment: > It would be better to fix copyreg._reduce_ex() instead of disabling pickling > for these types one by one I agree :) -- ___ Python tracker _

[issue38439] Python needs higher resolution app/menu icons

2020-10-21 Thread miss-islington
miss-islington added the comment: New changeset 871c6ccf4a883fbc05410284b21e6d668b832f2c by Miss Skeleton (bot) in branch '3.9': bpo-38439: Add 256px IDLE icon to the .ico, drop gifs from it (GH-19648) https://github.com/python/cpython/commit/871c6ccf4a883fbc05410284b21e6d668b832f2c ---

[issue38439] Python needs higher resolution app/menu icons

2020-10-21 Thread Steve Dower
Steve Dower added the comment: This seems complete to me, but feel free to reopen if it is not. -- resolution: -> fixed stage: patch review -> resolved status: open -> closed versions: +Python 3.10 -Python 3.7 ___ Python tracker

[issue39524] Escape sequences in doc string of ast._pad_whitespace

2020-10-21 Thread miss-islington
miss-islington added the comment: New changeset f3982d666c1df290373a4810edd501b2176b45c7 by Irit Katriel in branch '3.8': [3.8] bpo-39524: Fixed doc-string in ast._pad_whitespace (GH-18340) (GH-22857) https://github.com/python/cpython/commit/f3982d666c1df290373a4810edd501b2176b45c7

[issue39524] Escape sequences in doc string of ast._pad_whitespace

2020-10-21 Thread Irit Katriel
Change by Irit Katriel : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ ___

[issue40747] sysconfig.get_config_var("py_version_nodot") should return 3_10

2020-10-21 Thread Steve Dower
Change by Steve Dower : -- nosy: +steve.dower nosy_count: 4.0 -> 5.0 pull_requests: +21801 pull_request: https://github.com/python/cpython/pull/22858 ___ Python tracker ___ ___

[issue40592] `Shutil.which` incosistent with windows's `where`

2020-10-21 Thread Christopher Marchfelder
Christopher Marchfelder added the comment: @steve.dower Added the changes in the PR - could you please re-check? Thank you! -- ___ Python tracker ___ _

[issue31432] Documention for CERT_OPTIONAL is misleading

2020-10-21 Thread Christian Heimes
Change by Christian Heimes : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___

[issue26835] Add file-sealing ops to fcntl

2020-10-21 Thread Christian Heimes
Change by Christian Heimes : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___

[issue32549] Travis: Test with OpenSSL 1.1.0

2020-10-21 Thread Christian Heimes
Change by Christian Heimes : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___

[issue28022] SSL releated deprecation for 3.6

2020-10-21 Thread Christian Heimes
Change by Christian Heimes : -- versions: +Python 3.10 -Python 3.6, Python 3.7 ___ Python tracker ___ ___ Python-bugs-list mailing l

[issue34915] LWPCookieJar.save() creates *.lwp file in 644 mode

2020-10-21 Thread Christian Heimes
Change by Christian Heimes : -- assignee: christian.heimes -> nosy: -christian.heimes versions: +Python 3.10, Python 3.8, Python 3.9 -Python 2.7, Python 3.4, Python 3.5 ___ Python tracker _

[issue33570] OpenSSL 1.1.1 / TLS 1.3 cipher suite changes

2020-10-21 Thread Christian Heimes
Change by Christian Heimes : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___

[issue35324] ssl: FileNotFoundError when do handshake

2020-10-21 Thread Christian Heimes
Christian Heimes added the comment: I'm not able to reproduce the issue. Please re-open this issue if you are still having issue with more recent version of Python and OpenSSL. -- resolution: -> fixed stage: -> resolved status: open -> closed ___

[issue35749] Rewrite asyncio signal handler

2020-10-21 Thread Alan Jenkins
Alan Jenkins added the comment: Here's a simple test case that fails on the main branch. https://github.com/sourcejedi/cpython/commit/50184ea3b354fd775866d036ccee058ec6734927 > the patch assumes that python signal handler will be called *before* reading > from self-pipe. > Otherwise, a sign

[issue37553] SendfileUsingSendTest tests timeout too short for Windows ARM32

2020-10-21 Thread Irit Katriel
Change by Irit Katriel : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ ___

[issue36709] Asyncio SSL keep-alive connections raise errors after loop close.

2020-10-21 Thread Christian Heimes
Christian Heimes added the comment: This seems to be an asyncio problem. -- assignee: christian.heimes -> ___ Python tracker ___ _

[issue37048] ssl module: QUIC support for HTTP/3

2020-10-21 Thread Christian Heimes
Christian Heimes added the comment: OpenSSL 3.0.0 is not going support QUIC, https://www.openssl.org/blog/blog/2020/02/17/QUIC-and-OpenSSL/ -- versions: +Python 3.10 -Python 3.9 ___ Python tracker _

[issue37355] SSLSocket.read does a GIL round-trip for every 16KB TLS record

2020-10-21 Thread Christian Heimes
Change by Christian Heimes : -- assignee: christian.heimes -> versions: +Python 3.10 -Python 3.9 ___ Python tracker ___ ___ Python-

[issue41061] Incorrect expressions / assert with side effect in hashtable

2020-10-21 Thread Christian Heimes
Change by Christian Heimes : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___

[issue41052] Opt out serialization/deserialization for heap type

2020-10-21 Thread Antoine Pitrou
Antoine Pitrou added the comment: At some point, pickle protocols 0 and 1 should be deprecated and slated for removal. Protocol 2 is 17 years ago already, and protocol 3 has become the default in Python 3. That would probably be a better use of contributor time than trying to make heap typ

[issue39416] Document default numeric string formats

2020-10-21 Thread miss-islington
Change by miss-islington : -- pull_requests: +21802 pull_request: https://github.com/python/cpython/pull/22860 ___ Python tracker ___ __

[issue39416] Document default numeric string formats

2020-10-21 Thread miss-islington
miss-islington added the comment: New changeset c60394c7fc9cc09b16e9675a3eeb5844b6d8523f by kpinc in branch 'master': bpo-39416: Document some restrictions on the default string representations of numeric classes (GH-18111) https://github.com/python/cpython/commit/c60394c7fc9cc09b16e9675a3ee

[issue39416] Document default numeric string formats

2020-10-21 Thread miss-islington
Change by miss-islington : -- pull_requests: +21803 pull_request: https://github.com/python/cpython/pull/22861 ___ Python tracker ___ __

[issue42097] Python 3.7.9 logging/threading/fork hang

2020-10-21 Thread Antoine Pitrou
Change by Antoine Pitrou : -- nosy: +gregory.p.smith ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://

[issue38980] Compile libpython with -fno-semantic-interposition

2020-10-21 Thread Pablo Galindo Salgado
Change by Pablo Galindo Salgado : -- keywords: +patch pull_requests: +21804 stage: -> patch review pull_request: https://github.com/python/cpython/pull/22862 ___ Python tracker __

[issue38980] Compile libpython with -fno-semantic-interposition

2020-10-21 Thread Pablo Galindo Salgado
Pablo Galindo Salgado added the comment: Victor is on vacation for some weeks, so I am creating a PR to push this forward. -- ___ Python tracker ___ _

[issue42109] Use hypothesis for testing the standard library, falling back to stubs

2020-10-21 Thread Paul Ganssle
New submission from Paul Ganssle : Following up on this year's language summit, I would like to propose that we start integrating property tests into the standard library. Zac Hatfield-Dodds (along with myself and Carl Friedrich Bolz-Tereick) have put together this repository of tests that we

[issue42109] Use hypothesis for testing the standard library, falling back to stubs

2020-10-21 Thread Paul Ganssle
Change by Paul Ganssle : -- keywords: +patch pull_requests: +21805 pull_request: https://github.com/python/cpython/pull/22863 ___ Python tracker ___ ___

[issue42107] Monotonic time on macOS 10.12+ should use mach_continuous_time()

2020-10-21 Thread Ned Deily
Change by Ned Deily : -- nosy: +vstinner ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.

[issue35181] Doc: Namespace Packages: Inconsistent documentation of __loader__ being None

2020-10-21 Thread Barry A. Warsaw
Barry A. Warsaw added the comment: Apologies for the long delay in reviewing this bug. I'm looking at it now, however since Python 3.7 is in security-only mode, this will only apply to 3.10, 3.9, and 3.8. -- versions: +Python 3.10, Python 3.9 -Python 3.7 ___

[issue19438] Where is NoneType in Python 3?

2020-10-21 Thread Andrés Delfino
Andrés Delfino added the comment: As per https://github.com/python/cpython/pull/22336 I believe this issue can be closed now. My PR is not relevant to the problem stated by OP, so I'm "unlinking" it. -- resolution: -> fixed stage: patch review -> resolved status: open -> closed

[issue42110] race condition in ThreadChildWatcher (default) and MultiLoopChildWatcher

2020-10-21 Thread Alan Jenkins
New submission from Alan Jenkins : ## Test program ## import asyncio import time import os import signal import sys # This bug happens with the default, ThreadedChildWatcher # It also happens with MultiLoopChildWatcher, # but not the other three watcher types. #asyncio.set_child_watcher(asynci

[issue41100] Build failure on macOS 11 (beta)

2020-10-21 Thread Ronald Oussoren
Ronald Oussoren added the comment: https://github.com/python/cpython/pull/22855 is currently the most complete PR, and should be almost ready for merging (although there hasn't been any code review at this point). -- ___ Python tracker

[issue39416] Document default numeric string formats

2020-10-21 Thread miss-islington
miss-islington added the comment: New changeset 89fac4c3748aa7eb23d09922331e90a62ce782fd by Miss Skeleton (bot) in branch '3.8': [3.8] bpo-39416: Document some restrictions on the default string representations of numeric classes (GH-18111) (GH-22861) https://github.com/python/cpython/commit

[issue42107] Monotonic time on macOS 10.12+ should use mach_continuous_time()

2020-10-21 Thread Ronald Oussoren
Ronald Oussoren added the comment: See also #41303, which discusses using mach_continuous_time in another context. If using a different clock is necessary I'd prefer to use clock_gettime(CLOCK_MONOTONIC_RAW) instead of mach_continuous_time(), as the former is a more cross-platform API. BTW.

[issue39416] Document default numeric string formats

2020-10-21 Thread miss-islington
miss-islington added the comment: New changeset ec62b47ebc8f29007942c8e9f3f260af91ca58cb by Miss Skeleton (bot) in branch '3.9': [3.9] bpo-39416: Document some restrictions on the default string representations of numeric classes (GH-18111) (GH-22860) https://github.com/python/cpython/commit

[issue39416] Document default numeric string formats

2020-10-21 Thread Éric Araujo
Éric Araujo added the comment: Thanks for the patch! -- nosy: +eric.araujo resolution: -> fixed stage: patch review -> resolved status: open -> closed versions: +Python 3.10, Python 3.8, Python 3.9 ___ Python tracker

[issue42025] zoneinfo: wrong time difference across transition when tzinfo is equal

2020-10-21 Thread Paul Ganssle
Paul Ganssle added the comment: Yeah, people are very confused by this, which is why I wrote that article. Maybe there is a place for big warnings somewhere? I have been mulling over the possibility of proposing a backwards-incompatible (though minimally so, hopefully) change to arithmetic se

[issue37048] ssl module: QUIC support for HTTP/3

2020-10-21 Thread Jeremy Lainé
Jeremy Lainé added the comment: The OpenSSL authors make a fair point, QUIC seems to be taking a long time to stabilize with little consideration for backwards compatibility at this stage. As stated previously though it's perfectly feasible to implement a QUIC stack by linking to an unpatched

[issue41746] Add optional type information to asdl_seq objects

2020-10-21 Thread Lysandros Nikolaou
Change by Lysandros Nikolaou : -- pull_requests: +21806 pull_request: https://github.com/python/cpython/pull/22864 ___ Python tracker ___ __

[issue41959] Doc/library/asyncio-policy.rst grammar error

2020-10-21 Thread miss-islington
Change by miss-islington : -- pull_requests: +21808 pull_request: https://github.com/python/cpython/pull/22866 ___ Python tracker ___ __

[issue41959] Doc/library/asyncio-policy.rst grammar error

2020-10-21 Thread miss-islington
miss-islington added the comment: New changeset caff2934f46510920a6169e192707d59e9c55f6b by Raúl Cumplido in branch 'master': bpo-41959: Fix grammar around class asyncio.MultiLoopChildWatcher text (GH-22580) https://github.com/python/cpython/commit/caff2934f46510920a6169e192707d59e9c55f6b -

[issue41959] Doc/library/asyncio-policy.rst grammar error

2020-10-21 Thread miss-islington
Change by miss-islington : -- pull_requests: +21807 pull_request: https://github.com/python/cpython/pull/22865 ___ Python tracker ___ __

[issue42103] [security] DoS (MemError via CPU and RAM exhaustion) when processing malformed Apple Property List files in binary format

2020-10-21 Thread Ronald Oussoren
Ronald Oussoren added the comment: Thanks for the report. I can reproduce the issue. -- ___ Python tracker ___ ___ Python-bugs-list

[issue30155] Add ability to get tzinfo from a datetime instance in C API

2020-10-21 Thread Paul Ganssle
Change by Paul Ganssle : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ ___

[issue41746] Add optional type information to asdl_seq objects

2020-10-21 Thread Lysandros Nikolaou
Lysandros Nikolaou added the comment: New changeset 2e5ca9e3f68b33abb7d2c66d22ffc18dec40641a by Lysandros Nikolaou in branch 'master': bpo-41746: Cast to typed seqs in CHECK macros to avoid type erasure (GH-22864) https://github.com/python/cpython/commit/2e5ca9e3f68b33abb7d2c66d22ffc18dec4064

[issue41056] minor NULL pointer and sign issues reported by Coverity

2020-10-21 Thread Paul Ganssle
Change by Paul Ganssle : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ ___

[issue41746] Add optional type information to asdl_seq objects

2020-10-21 Thread Lysandros Nikolaou
Lysandros Nikolaou added the comment: Last bit of work is now done. -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___

[issue42111] Make the xxlimited module an example of best extension module practices

2020-10-21 Thread Petr Viktorin
New submission from Petr Viktorin : The "xxlimited" module (Modules/xxlimited.c) was added as part of PEP 384 (Defining a Stable ABI), and is undocumented. As far as I can tell, it was added partly to test the stable ABI, and partly as an example of how to write a module (like "xx" from xxmod

[issue42103] [security] DoS (MemError via CPU and RAM exhaustion) when processing malformed Apple Property List files in binary format

2020-10-21 Thread Ronald Oussoren
Ronald Oussoren added the comment: One Apple implementation of binary plist parsing is here: https://opensource.apple.com/source/CF/CF-550/CFBinaryPList.c. That seems to work from a buffer (or mmap) of the entire file, making consistency checks somewhat easier, and I don't think they have a

[issue33754] f-strings should be part of the Grammar

2020-10-21 Thread Eric V. Smith
Eric V. Smith added the comment: Just some notes to consider before work starts on this in earnest: We need to decide what sort of changes we'll accept, if any. For at least the first round of this, I'm okay with "absolutely no change will be acceptable". For example, here's a good change (I

[issue39416] Document default numeric string formats

2020-10-21 Thread Karl O. Pinc
Change by Karl O. Pinc : -- pull_requests: +21809 pull_request: https://github.com/python/cpython/pull/22867 ___ Python tracker ___

[issue42112] ZipFIle.write remove slash at the beginning of member's path

2020-10-21 Thread Matan Perelman
Change by Matan Perelman : -- components: Library (Lib) nosy: matan1008 priority: normal severity: normal status: open title: ZipFIle.write remove slash at the beginning of member's path type: behavior versions: Python 3.9 ___ Python tracker

[issue41626] port shebang of tools from python2 to python3

2020-10-21 Thread Éric Araujo
Éric Araujo added the comment: This is a minor thing, and not a particularly visible bug, but it could create confusion about how to run scripts so could be fixed. 1) For stdlib modules, I think the intended usage is `python3 -m encodings.rot_13`; I don’t expect anyone to run `python3 /usr/l

[issue42096] zipfile.is_zipfile incorrectly identifying a gzipped file as a zip archive

2020-10-21 Thread Irit Katriel
Irit Katriel added the comment: Are you able to attach a file with which you see this problem? Have you tried with newer Python versions? -- nosy: +iritkatriel ___ Python tracker

[issue41626] port shebang of tools from python2 to python3

2020-10-21 Thread Ned Deily
Ned Deily added the comment: To address some of the concerns: - The shebang line in Mac/BuildScript/build-installer.py can be safely removed. - "Lib/idlelib/pyshell.py for example, maybe the IDLE entry point is just a symlink to that file" It's not, at least for unix-y builds. In [install-pr

[issue41626] port shebang of tools from python2 to python3

2020-10-21 Thread Ned Deily
Change by Ned Deily : -- Removed message: https://bugs.python.org/msg379245 ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue41626] port shebang of tools from python2 to python3

2020-10-21 Thread Ned Deily
Ned Deily added the comment: To address some of the concerns: - The shebang line in Mac/BuildScript/build-installer.py can be safely removed. - "Lib/idlelib/pyshell.py for example, maybe the IDLE entry point is just a symlink to that file" It's not, at least for unix-y builds. In [install-pr

[issue41959] Doc/library/asyncio-policy.rst grammar error

2020-10-21 Thread miss-islington
miss-islington added the comment: New changeset ba666747af83aa465ffa8b55efbbb7f992647e12 by Miss Skeleton (bot) in branch '3.8': [3.8] bpo-41959: Fix grammar around class asyncio.MultiLoopChildWatcher text (GH-22580) (GH-22866) https://github.com/python/cpython/commit/ba666747af83aa465ffa8b5

[issue39416] Document default numeric string formats

2020-10-21 Thread miss-islington
miss-islington added the comment: New changeset f8b1ccd63c94bcde1c15d56d24add89861b6ceee by kpinc in branch 'master': Fix bpo-39416: Change "Numeric" to lower case; an english word, not a class name (GH-22867) https://github.com/python/cpython/commit/f8b1ccd63c94bcde1c15d56d24add89861b6ceee

[issue39416] Document default numeric string formats

2020-10-21 Thread miss-islington
Change by miss-islington : -- pull_requests: +21811 pull_request: https://github.com/python/cpython/pull/22869 ___ Python tracker ___ __

[issue39416] Document default numeric string formats

2020-10-21 Thread miss-islington
Change by miss-islington : -- pull_requests: +21810 pull_request: https://github.com/python/cpython/pull/22868 ___ Python tracker ___ __

[issue41959] Doc/library/asyncio-policy.rst grammar error

2020-10-21 Thread Andrew Svetlov
Andrew Svetlov added the comment: New changeset c3442fd8a7f6e34ba888efea085c3701b75c0b71 by Miss Skeleton (bot) in branch '3.9': bpo-41959: Fix grammar around class asyncio.MultiLoopChildWatcher text (GH-22580) (#22865) https://github.com/python/cpython/commit/c3442fd8a7f6e34ba888efea085c370

[issue41959] Doc/library/asyncio-policy.rst grammar error

2020-10-21 Thread Andrew Svetlov
Change by Andrew Svetlov : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ __

[issue41052] Opt out serialization/deserialization for heap type

2020-10-21 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- pull_requests: +21812 pull_request: https://github.com/python/cpython/pull/22870 ___ Python tracker ___

[issue41052] Opt out serialization/deserialization for heap type

2020-10-21 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: I came to the same conclusion after trying to fix it. But we cannot just do it now. We have to fix bugs in Python 3.9 and support protocols 0 and 1 for some deprecation period. Also protocols 0 and 1 are used in some third-party implementations for other

[issue39416] Document default numeric string formats

2020-10-21 Thread miss-islington
miss-islington added the comment: New changeset 224ed378b9aadad9dbbd890064677433188aecd9 by Miss Skeleton (bot) in branch '3.9': Fix bpo-39416: Change "Numeric" to lower case; an english word, not a class name (GH-22867) https://github.com/python/cpython/commit/224ed378b9aadad9dbbd8900646774

[issue42112] ZipFIle.write remove slash at the beginning of member's path

2020-10-21 Thread Matan Perelman
Change by Matan Perelman : -- keywords: +patch pull_requests: +21813 stage: -> patch review pull_request: https://github.com/python/cpython/pull/22871 ___ Python tracker ___ _

[issue35181] Doc: Namespace Packages: Inconsistent documentation of __loader__ being None

2020-10-21 Thread miss-islington
miss-islington added the comment: New changeset 27f1bd8787d24ac53cc3dc6ea5eb00b8a3499839 by Géry Ogam in branch 'master': bpo-35181: Correct importlib documentation for some module attributes (GH-15190) https://github.com/python/cpython/commit/27f1bd8787d24ac53cc3dc6ea5eb00b8a3499839 ---

[issue35181] Doc: Namespace Packages: Inconsistent documentation of __loader__ being None

2020-10-21 Thread miss-islington
Change by miss-islington : -- pull_requests: +21815 pull_request: https://github.com/python/cpython/pull/22873 ___ Python tracker ___ __

  1   2   >