Łukasz Langa added the comment:
(3.8.0 is released with this fix)
--
resolution: -> fixed
stage: commit review -> resolved
status: open -> closed
___
Python tracker
<https://bugs.python.or
Łukasz Langa added the comment:
(3.8.0 is released with this fix)
--
resolution: -> fixed
stage: commit review -> resolved
status: open -> closed
___
Python tracker
<https://bugs.python.or
Łukasz Langa added the comment:
Yeah, I'm making the change David suggested. It applies to 3.8 as well.
--
versions: +Python 3.8
___
Python tracker
<https://bugs.python.org/is
Łukasz Langa added the comment:
Oh, Victor's solution is fine as well.
--
___
Python tracker
<https://bugs.python.org/issue37945>
___
___
Python-bugs-list m
Łukasz Langa added the comment:
New changeset dec075754960dd85972ce5170df76e862f966132 by Jessica Clarke in
branch 'master':
bpo-43179: Generalise alignment for optimised string routines (GH-24624)
https://github.com/python/cpython/commit/dec075754960dd85972ce5170df76e
Łukasz Langa added the comment:
New changeset f3ab670fea75ebe177e3412a5ebe39263cd428e3 by Victor Stinner in
branch 'master':
bpo-37945: Fix test_locale.test_getsetlocale_issue1813() (#25110)
https://github.com/python/cpython/commit/f3ab670fea75ebe177e3412a5ebe39
Łukasz Langa added the comment:
New changeset fabdd25fe505c08da064425ea4d099fd2cef39d3 by Miss Islington (bot)
in branch '3.9':
bpo-37945: Fix test_locale.test_getsetlocale_issue1813() (GH-25110) (GH-25112)
https://github.com/python/cpython/commit/fabdd25fe505c08da064425ea4d099
Łukasz Langa added the comment:
New changeset e143eea4b56ac7ae611e5bcc41eedbc572aa41c3 by Miss Islington (bot)
in branch '3.8':
bpo-37945: Fix test_locale.test_getsetlocale_issue1813() (GH-25110) (GH-25113)
https://github.com/python/cpython/commit/e143eea4b56ac7ae611e5bcc41eedb
Change by Łukasz Langa :
--
priority: release blocker -> deferred blocker
___
Python tracker
<https://bugs.python.org/issue36384>
___
___
Python-bugs-list mai
Łukasz Langa added the comment:
Deferred the blocker to a regular release due to lack of activity in time for
the current expedited releases.
--
priority: release blocker -> deferred blocker
___
Python tracker
<https://bugs.python.org/issu
Łukasz Langa added the comment:
Deferred the blocker to a regular release due to lack of activity in time for
the current expedited releases.
--
priority: release blocker -> deferred blocker
___
Python tracker
<https://bugs.python.org/issu
Łukasz Langa added the comment:
Deferred the blocker to the next regular release due to lack of activity in
time for the current expedited releases.
--
___
Python tracker
<https://bugs.python.org/issue36
Łukasz Langa added the comment:
Tomorrow evening CEST (around 30 hours from now) I intend to release a hotfix
3.9.4 with Mark's fix.
--
priority: normal -> release blocker
___
Python tracker
<https://bugs.python.org
Łukasz Langa added the comment:
New changeset c7b0feca25fc68ec3e0884b82e5f45a4da011e8e by Gregory P. Smith in
branch '3.9':
[3.9] bpo-43710: Rollback the 3.9 bpo-42500 fix, it broke the ABI in 3.9.3
(#25179)
https://github.com/python/cpython/commit/c7b0feca25fc68ec3e0884b82e5f45
Łukasz Langa added the comment:
New changeset c7b0feca25fc68ec3e0884b82e5f45a4da011e8e by Gregory P. Smith in
branch '3.9':
[3.9] bpo-43710: Rollback the 3.9 bpo-42500 fix, it broke the ABI in 3.9.3
(#25179)
https://github.com/python/cpython/commit/c7b0feca25fc68ec3e0884b82e5f45
Change by Łukasz Langa :
--
resolution: -> fixed
stage: patch review -> resolved
status: open -> closed
___
Python tracker
<https://bugs.python.or
Łukasz Langa added the comment:
I elect to replace 3.9.4 Windows installers.
1. It's a Windows installer specific problem, no other users are affected.
2. You can always reinstall. You can tell by the dates reported by the REPL or
in fact by checking ssl.OPENSSL_VERSION.
3. There wi
Łukasz Langa added the comment:
Sorry, I decided not to take this. We're four bugfix releases into 3.9 and
there is non-zero chance somebody relies on existing behavior somehow. Marking
this as changing with 3.10.0 is cleaner from an end user standpoint.
--
priority: release bl
Łukasz Langa added the comment:
New changeset d0698c676ca1b7d34be4165a631bf4847583de76 by Miss Islington (bot)
in branch '3.9':
bpo-42924: Fix incorrect copy in bytearray_repeat (GH-24208) (#24211)
https://github.com/python/cpython/commit/d0698c676ca1b7d34be4165a631bf4
Łukasz Langa added the comment:
New changeset e1203e8001432a08b87b54867490beb19a694069 by Miss Islington (bot)
in branch '3.8':
bpo-42924: Fix incorrect copy in bytearray_repeat (GH-24208) (#24212)
https://github.com/python/cpython/commit/e1203e8001432a08b87b54867490be
Change by Łukasz Langa :
--
resolution: -> fixed
stage: patch review -> resolved
status: open -> closed
___
Python tracker
<https://bugs.python.or
Łukasz Langa added the comment:
New changeset 727bed675f1a47d12492efba0ca118707502d988 by Irit Katriel in
branch '3.8':
[3.8] bpo-34463: Make python tracebacks identical to C tracebacks for (#23899)
https://github.com/python/cpython/commit/727bed675f1a47d12492efba0ca118
Łukasz Langa added the comment:
New changeset 2760a6711b0f510afbd09b19949bee786e098af9 by Miss Islington (bot)
in branch '3.8':
bpo-17305: Link to the third-party idna package. (GH-25208) (#25211)
https://github.com/python/cpython/commit/2760a6711b0f510afbd09b19949bee
Łukasz Langa added the comment:
New changeset b570feaa9c6039b9d89cdf854a5fb388872eb38e by Miss Islington (bot)
in branch '3.8':
bpo-41661: Document os.path.relpath() exception on Windows with different
drives (GH-25346) (#25367)
https://github.com/python/cpyt
Łukasz Langa added the comment:
New changeset f65f3f0e99b27e0a4ea6bb7e30c5bdb5832a76c6 by Miss Islington (bot)
in branch '3.9':
bpo-40432: Use python 3.8 or higher to compile CPython on Windows (GH-25389)
(#25637)
https://github.com/python/cpyt
Change by Łukasz Langa :
--
resolution: -> fixed
stage: patch review -> resolved
status: open -> closed
___
Python tracker
<https://bugs.python.or
Łukasz Langa added the comment:
New changeset 10ad7eb2ef61a2ba99341c804c8c960e4f284621 by Pete Wicken in branch
'3.8':
[3.8] bpo-28577: Special case added to IP v4 and v6 hosts for /32 and /128
networks (GH-18757) (#25536)
https://github.com/python/cpyt
Łukasz Langa added the comment:
Thanks! ✨ 🍰 ✨
--
nosy: +lukasz.langa
resolution: -> fixed
stage: patch review -> resolved
status: open -> closed
___
Python tracker
<https://bugs.python.or
Łukasz Langa added the comment:
New changeset b29d0a5a7811418c0a1082ca188fd4850185e290 by Ned Deily in branch
'3.8':
[3.8] bpo-41100: Support macOS 11 Big Sur and Apple Silicon Macs (#25806)
https://github.com/python/cpython/commit/b29d0a5a7811418c0a1082ca188fd4
Łukasz Langa added the comment:
New changeset b29d0a5a7811418c0a1082ca188fd4850185e290 by Ned Deily in branch
'3.8':
[3.8] bpo-41100: Support macOS 11 Big Sur and Apple Silicon Macs (#25806)
https://github.com/python/cpython/commit/b29d0a5a7811418c0a1082ca188fd4850185e290
-
Łukasz Langa added the comment:
New changeset b29d0a5a7811418c0a1082ca188fd4850185e290 by Ned Deily in branch
'3.8':
[3.8] bpo-41100: Support macOS 11 Big Sur and Apple Silicon Macs (#25806)
https://github.com/python/cpython/commit/b29d0a5a7811418c0a1082ca188fd4850185e290
-
Łukasz Langa added the comment:
New changeset b29d0a5a7811418c0a1082ca188fd4850185e290 by Ned Deily in branch
'3.8':
[3.8] bpo-41100: Support macOS 11 Big Sur and Apple Silicon Macs (#25806)
https://github.com/python/cpython/commit/b29d0a5a7811418c0a1082ca188fd4850185e290
-
Łukasz Langa added the comment:
Due to the relative obscurity of the bug and potential disruption of the fix, I
decided not to include it in 3.8.
However, Michał's argument about 3.10 not being released for another five
months is resonating with me and so we will be backporting the chan
Change by Łukasz Langa :
--
versions: -Python 3.8
___
Python tracker
<https://bugs.python.org/issue36384>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Łukasz Langa :
--
resolution: -> fixed
___
Python tracker
<https://bugs.python.org/issue43993>
___
___
Python-bugs-list mailing list
Unsubscrib
Łukasz Langa added the comment:
New changeset 73766b0341674f3920f4ea86a6f8288b801960f9 by Zackery Spytz in
branch 'master':
bpo-32745: Fix a regression in the handling of ctypes' c_wchar_p type (#8721)
https://github.com/python/cpython/commit/73766b0341674f3920f4ea86a
Łukasz Langa added the comment:
This missed the train for inclusion in 3.8. There's still time for a backport
for 3.9.
--
nosy: +lukasz.langa
stage: -> needs patch
versions: +Python 3.10, Python 3.9 -Python 3.8
___
Python tracker
Łukasz Langa added the comment:
New changeset cf6a79644c227159b8b5a44055650266d578b9f6 by Miss Islington (bot)
in branch '3.9':
bpo-32745: Fix a regression in the handling of ctypes' c_wchar_p type (GH-8721)
(#25812)
https://github.com/python
Łukasz Langa added the comment:
New changeset db3ce79469ce9f8168ea4ac3e186be8e3fe44105 by Miss Islington (bot)
in branch '3.8':
bpo-32745: Fix a regression in the handling of ctypes' c_wchar_p type (GH-8721)
(#25811)
https://github.com/python
Change by Łukasz Langa :
--
resolution: -> fixed
stage: patch review -> resolved
status: open -> closed
___
Python tracker
<https://bugs.python.or
Łukasz Langa added the comment:
I re-ran CI on the pull requests, the 3.8 and 3.9 failures on Windows X64 and
macOS reproduced the same.
--
nosy: +lukasz.langa
___
Python tracker
<https://bugs.python.org/issue37
Łukasz Langa added the comment:
New changeset 60ce8f0be6354ad565393ab449d8de5d713f35bc by Christian Heimes in
branch 'master':
bpo-36384: Leading zeros in IPv4 addresses are no longer tolerated (GH-25099)
https://github.com/python/cpython/commit/60ce8f0be6354ad565393ab449d8de
Łukasz Langa added the comment:
New changeset 5374fbc31446364bf5f12e5ab88c5493c35eaf04 by Miss Islington (bot)
in branch '3.9':
bpo-36384: Leading zeros in IPv4 addresses are no longer tolerated (GH-25099)
(GH-25815)
https://github.com/python/cpyt
Łukasz Langa added the comment:
Good catch, Greg. Since it's not merged already, this change will miss 3.8.10
but as a security fix will be included in 3.8.11 later in the year.
The partial fix already landed in 3.9 will be released in 3.9.5 later today
unless it's amended or rev
Łukasz Langa added the comment:
New changeset 7a92beea2cb13db3e42d39b169e124fa3b89dc36 by Miss Islington (bot)
in branch '3.9':
bpo-43666: Lib/_aix_support.py routines may fail in a WPAR environment
(GH-25095) (#25880)
https://github.com/python/cpyt
Łukasz Langa added the comment:
New changeset 2046fb35e4e0986523bd0f6214fc318a414c8b97 by Miss Islington (bot)
in branch '3.10':
bpo-44001: improve Literal documentation (GH-25877) (#25882)
https://github.com/python/cpython/commit/2046fb35e4e0986523bd0f6214fc318a414c8b97
-
Łukasz Langa added the comment:
New changeset e1bcc88a502aa0239b6bcc4da3fe024307fd27f4 by Miss Islington (bot)
in branch '3.10':
bpo-38352: Add to typing.__all__ (GH-25821) (#25884)
https://github.com/python/cpython/commit/e1bcc88a502aa0239b6bcc4da3fe024307fd27f4
-
Łukasz Langa added the comment:
New changeset 00726e51ade10c7e3535811eb700418725244230 by Miss Islington (bot)
in branch '3.9':
bpo-38352: Add to typing.__all__ (GH-25821) (#25885)
https://github.com/python/cpython/commit/00726e51ade10c7e3535811eb70041
Łukasz Langa added the comment:
Fix merged to main (3.11), 3.10, and 3.9. Not applicable to older Pythons as
they are security fixes only.
--
resolution: -> fixed
stage: patch review -> resolved
status: open -> closed
versions: +Python 3.10, Python 3.11, Python 3.9 -P
Change by Łukasz Langa :
--
resolution: -> fixed
stage: patch review -> resolved
status: open -> closed
___
Python tracker
<https://bugs.python.or
Łukasz Langa added the comment:
New changeset ada14995870abddc277addf57dd690a2af04c2da by Miss Islington (bot)
in branch '3.7':
bpo-43075: Fix ReDoS in urllib AbstractBasicAuthHandler (GH-24391) (#25249)
https://github.com/python/cpython/commit/ada14995870abddc277addf57dd690
Łukasz Langa added the comment:
3.8 is in security fixes mode but I'll happily take this for 3.9.
--
nosy: +lukasz.langa
versions: -Python 3.8
___
Python tracker
<https://bugs.python.org/is
Łukasz Langa added the comment:
New changeset 8655521de8760e8a695bcce92937800c079ea2b2 by Miss Islington (bot)
in branch '3.10':
bpo-32822: Add finally with return/break/continue to the tutorial (GH-25600)
(#25893)
https://github.com/python/cpyt
Łukasz Langa added the comment:
New changeset 91cb1e20e6a432b8b2c1b5db37b03c84b15384fa by Miss Islington (bot)
in branch '3.9':
bpo-32822: Add finally with return/break/continue to the tutorial (GH-25600)
(#25890)
https://github.com/python/cpyt
Change by Łukasz Langa :
--
resolution: -> fixed
stage: patch review -> resolved
status: open -> closed
___
Python tracker
<https://bugs.python.or
Łukasz Langa added the comment:
New changeset 4bb0a815ef2b683af75f43ab20d52eaffe78b436 by Miss Islington (bot)
in branch '3.10':
bpo-42686: Enable SQLite math functions in Windows build (GH-24053) (#25892)
https://github.com/python/cpython/commit/4bb0a815ef2b683af75f43ab20d52e
Łukasz Langa added the comment:
Merged into 3.10 and 3.11.
--
resolution: -> fixed
stage: patch review -> resolved
status: open -> closed
___
Python tracker
<https://bugs.python.or
Łukasz Langa added the comment:
New changeset 4b90c8f17603e7ab4e4568cc8b9d5de4f8099973 by Miss Islington (bot)
in branch '3.9':
closes bpo-43349: Fix tuning(7) manpage hyperlink. (GH-24680) (#25694)
https://github.com/python/cpython/commit/4b90c8f17603e7ab4e4568cc8b9d5d
Łukasz Langa added the comment:
New changeset ec18362f6a7fdc02f9f982872fc1006bca31627d by Petr Viktorin in
branch '3.9':
[3.9] bpo-42083: Allow NULL doc in PyStructSequence_NewType (#25896)
https://github.com/python/cpython/commit/ec18362f6a7fdc02f9f982872fc100
Łukasz Langa added the comment:
New changeset ab0a54adad8ddf488ccfb92970be9e4027673d19 by Jelle Zijlstra in
branch '3.9':
[3.9] bpo-44001: improve Literal documentation (GH-25877). (#25897)
https://github.com/python/cpython/commit/ab0a54adad8ddf488ccfb92970be9e
Łukasz Langa added the comment:
New changeset 515a7bc4e13645d0945b46a8e1d9102b918cd407 by Miss Islington (bot)
in branch '3.8':
[3.8] bpo-43882 - urllib.parse should sanitize urls containing ASCII newline
and tabs. (GH-25595) (#25726)
https://github.com/python/cpyt
Łukasz Langa added the comment:
New changeset 10d6f6bfd749c0e7da51a96f53ca326c336f7a00 by Miss Islington (bot)
in branch '3.10':
bpo-35753: Fix crash in doctest with unwrap-able functions (GH-22981) (#25926)
https://github.com/python/cpython/commit/10d6f6bfd749c0e7da51a96f53ca32
Łukasz Langa added the comment:
Fixed in 3.10 and 3.11, thanks Albert for your patch.
--
resolution: -> fixed
stage: patch review -> resolved
status: open -> closed
versions: +Python 3.10, Python 3.11 -Python 3.7
___
Python tracke
Łukasz Langa added the comment:
New changeset f396864ddfe914531b5856d7bf852808ebfc01ae by Miss Islington (bot)
in branch '3.8':
bpo-44022: Fix http client infinite line reading (DoS) after a HTTP 100
Continue (GH-25916) (#25933)
https://github.com/python/cpyt
Change by Łukasz Langa :
--
versions: +Python 3.8
___
Python tracker
<https://bugs.python.org/issue44022>
___
___
Python-bugs-list mailing list
Unsubscribe:
Łukasz Langa added the comment:
New changeset 8a12f46dd8c780de84d78e6dd8350230e52e0c46 by Miss Islington (bot)
in branch '3.8':
bpo-40297: Fix test_socket.CANTest.testSendFrame (GH-19548) (#25957)
https://github.com/python/cpython/commit/8a12f46dd8c780de84d78e6dd83502
Change by Łukasz Langa :
--
Removed message: https://bugs.python.org/msg393236
___
Python tracker
<https://bugs.python.org/issue44022>
___
___
Python-bugs-list m
Łukasz Langa added the comment:
New changeset 0cb9775a85a051556461ea9c3089244601b7d4f8 by Steve Dower in branch
'3.9':
bpo-44061: Fix pkgutil.iter_modules regression when passed a pathlib.Path
object (GH-25964) (GH-26052)
https://github.com/python/cpyt
Change by Łukasz Langa :
--
pull_requests: +24696
pull_request: https://github.com/python/cpython/pull/26056
___
Python tracker
<https://bugs.python.org/issue44
Łukasz Langa added the comment:
New changeset 378211f7789c4edf7385ff619fa74d6615bef242 by Steve Dower in branch
'3.8':
bpo-44070: No longer eagerly makes import filenames absolute, except for
extension modules (GH-26025) (#26028)
https://github.com/python/cpyt
Łukasz Langa added the comment:
New changeset 4844abdd700120120fc76c29d911bcb547700baf by Łukasz Langa in
branch '3.8':
[3.8] bpo-44061: Fix pkgutil.iter_modules regression when passed a pathlib.Path
object (GH-25964). (GH-26056)
https://github.com/python/cpyt
Change by Łukasz Langa :
--
nosy: +lukasz.langa
nosy_count: 2.0 -> 3.0
pull_requests: +24831
pull_request: https://github.com/python/cpython/pull/26214
___
Python tracker
<https://bugs.python.org/issu
Łukasz Langa added the comment:
New changeset c17ba233b3bdf6af4e9dad24374ab0a917b593e7 by Miss Islington (bot)
in branch '3.9':
bpo-41963: document that ConfigParser strips off comments (GH-26197) (GH-26213)
https://github.com/python/cpython/commit/c17ba233b3bdf6af4e9dad24374ab0
Łukasz Langa added the comment:
New changeset 4d17c93dfe760478509bcf709345b0522fd3a7e8 by Łukasz Langa in
branch '3.10':
[3.10] bpo-41963: document that ConfigParser strips off comments (GH-26197)
(GH-26214)
https://github.com/python/cpython/commit/4d17c93dfe760478509bcf709345b0
Łukasz Langa added the comment:
New changeset 634da2de88af06eb8c6ebdb90d8c5847063d by Senthil Kumaran in
branch '3.8':
[3.8] bpo-43882 - Mention urllib.parse changes in Whats new section. (#26277)
https://github.com/python/cpython/commit/634da2de88af06eb8c6ebdb90d8c00
Łukasz Langa added the comment:
New changeset 443db64f496d3988d20cfda2c3c2ceb6702df36f by Miss Islington (bot)
in branch '3.10':
bpo-26329: update os.path.normpath documentation (GH-20138) (GH-27094)
https://github.com/python/cpython/commit/443db64f496d3988d20cfda2c3c2ce
Łukasz Langa added the comment:
New changeset 0389426fa4af4dfc8b1d7f3f291932d928392d8b by Miss Islington (bot)
in branch '3.8':
bpo-44022: Improve the regression test. (GH-26503) (#26506)
https://github.com/python/cpython/commit/0389426fa4af4dfc8b1d7f3f291932
Łukasz Langa added the comment:
New changeset 6fb4248cd9502f50dd089fdcf548d735dcfd981e by Miss Islington (bot)
in branch '3.9':
bpo-44472: Fix ltrace functionality when exceptions are raised (GH-26822)
(#26831)
https://github.com/python/cpython/commit/6fb4248cd9502f50dd089fdcf548d7
Łukasz Langa added the comment:
New changeset e7009f4f9a6a55036ef628a07bedc8dab1aa851e by Miss Islington (bot)
in branch '3.9':
bpo-43298: Improved error message when building without the Windows SDK
installed (GH-26800) (#26803)
https://github.com/python/cpyt
Łukasz Langa added the comment:
New changeset 779983ed7f86610be4a7201deeffdcb8608977e0 by Miss Islington (bot)
in branch '3.9':
bpo-43207: InspectLoader.is_package is not an abstract method (GH-24517)
(#26322)
https://github.com/python/cpython/commit/779983ed7f86610be4a7201deeffdc
Łukasz Langa added the comment:
New changeset c92b391dcefe9a7b3e6290bc2e2356eedfcf4bc3 by Christian Heimes in
branch '3.9':
[3.9] bpo-38820: Test with OpenSSL 3.0.0-alpha16 (GH-25942) (#25944)
https://github.com/python/cpython/commit/c92b391dcefe9a7b3e6290bc2e2356eedfcf4bc3
-
Change by Łukasz Langa :
--
resolution: -> fixed
stage: patch review -> resolved
status: open -> closed
___
Python tracker
<https://bugs.python.or
Łukasz Langa added the comment:
New changeset da2e673c53974641a0e13941950e7976bbda64d5 by David Sanders in
branch 'main':
bpo-42194: Add "New in version: 3.9" to argparse.BooleanOptionalAction
(GH-23026)
https://github.com/python/cpython/commit/da2e673c53974641a0e1
Łukasz Langa added the comment:
New changeset 47abf240365ddd54a91c6ac167900d4bf6806c4f by Miss Islington (bot)
in branch '3.9':
bpo-26329: update os.path.normpath documentation (GH-20138) (#27095)
https://github.com/python/cpython/commit/47abf240365ddd54a91c6ac167900d
Change by Łukasz Langa :
--
resolution: -> fixed
stage: patch review -> resolved
status: open -> closed
___
Python tracker
<https://bugs.python.or
Łukasz Langa added the comment:
New changeset 721d4796be60e6a0a11dee8318794f78928648c1 by Miss Islington (bot)
in branch '3.10':
bpo-42194: Add "New in version: 3.9" to argparse.BooleanOptionalAction
(GH-23026) (#27097)
https://github.com/p
Łukasz Langa added the comment:
New changeset 489c27358376e772a61753c3f67daa836ca1eab7 by Vladimir Feinberg in
branch '3.9':
[3.9] bpo-43048: RecursionError traceback RecursionError bugfix for cpy3.9
(GH-24460) (#24460)
https://github.com/python/cpyt
Change by Łukasz Langa :
--
stage: patch review -> resolved
status: open -> closed
___
Python tracker
<https://bugs.python.org/issue43048>
___
___
Pyth
Łukasz Langa added the comment:
New changeset c786988b19d7b6808d4c940f7206b95e49e06b71 by Miss Islington (bot)
in branch '3.9':
bpo-42194: Add "New in version: 3.9" to argparse.BooleanOptionalAction
(GH-23026) (#27098)
https://github.com/p
Change by Łukasz Langa :
--
resolution: -> fixed
stage: patch review -> resolved
status: open -> closed
___
Python tracker
<https://bugs.python.or
Łukasz Langa added the comment:
The current behavior has been there since 2012 at least. Kind of suspicious we
haven't tripped over it before.
--
nosy: +lukasz.langa
___
Python tracker
<https://bugs.python.org/is
Łukasz Langa added the comment:
New changeset d4a5f0b659a2b8f206cfbdfd37fc36aedf77a71f by andrei kulakov in
branch 'main':
bpo-35113: clean up duplicate import and comment (#27073)
https://github.com/python/cpython/commit/d4a5f0b659a2b8f206cfbdfd37fc36aedf77a71f
-
Łukasz Langa added the comment:
New changeset 2924bb1a566977efd45f335d6a94cd84d8047edf by jsnklln in branch
'main':
bpo-38741: Definition of multiple ']' in header configparser (GH-17129)
https://github.com/python/cpython/commit/2924bb1a566977efd45f
Łukasz Langa added the comment:
New changeset 48a5aa7f128caf5a46e4326c1fd285cd5fc8e59d by Kevin Follstad in
branch 'main':
bpo-44514: Add doctest testcleanup for configparser and bz2 (#26909)
https://github.com/python/cpython/commit/48a5aa7f128caf5a46e4326c1fd285cd5fc8e59d
-
Łukasz Langa added the comment:
New changeset 3b5b99da4b256a31933112f4a2385386149c19e1 by andrei kulakov in
branch 'main':
bpo-43126: Expand docs on io.IOBase.readlines() method (#27061)
https://github.com/python/cpython/commit/3b5b99da4b256a31933112f4a2385386149c19e1
-
Łukasz Langa added the comment:
New changeset 105e6cd67cc793c971b3e83daa87d36516fcba28 by Miss Islington (bot)
in branch '3.9':
bpo-44514: Add doctest testcleanup for configparser and bz2 (GH-26909) (#27111)
https://github.com/python/cpython/commit/105e6cd67cc793c971b3e83daa87d3
Łukasz Langa added the comment:
New changeset f514addfbc637a42549ddc422b35b6caad2a4363 by Miss Islington (bot)
in branch '3.10':
bpo-44514: Add doctest testcleanup for configparser and bz2 (GH-26909)
(GH-27112)
https://github.com/python/cpython/commit/f514addfbc637a42549ddc422b35b6
Change by Łukasz Langa :
--
resolution: -> fixed
stage: patch review -> resolved
status: open -> closed
___
Python tracker
<https://bugs.python.or
Łukasz Langa added the comment:
New changeset 1cc6769e4146951d47528a97e56ba1e8e9ee7fc1 by Miss Islington (bot)
in branch '3.10':
bpo-38741: Definition of multiple ']' in header configparser (GH-17129) (#27110)
https://github.com/python/cpython/commit/1cc6769e4146951d4752
Łukasz Langa added the comment:
Thanks, Kevin! ✨ 🍰 ✨
--
___
Python tracker
<https://bugs.python.org/issue44514>
___
___
Python-bugs-list mailing list
Unsub
201 - 300 of 2040 matches
Mail list logo