A.M. Kuchling added the comment:
The patch looks OK.
The python-dev discussion starts at
http://mail.python.org/pipermail/python-dev/2005-October/057514.html.
I'm nervous about removing the ability to pass a date or time to
the constructor, but the consensus was that this conversion was
A.M. Kuchling added the comment:
Committed to 2.6 trunk in rev. 60991.
--
resolution: -> accepted
status: open -> closed
_
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.o
A.M. Kuchling added the comment:
Thanks for the suggestion. I've added index entries for __reduce__,
as well as __reduce_ex__ and a few others in rev. 60994
--
nosy: +akuchling
resolution: -> fixed
status: open -> closed
Tracker <[E
A.M. Kuchling added the comment:
Given that we now have a print-specific stylesheet
for the documentation, a printed version of the HTML page for a module
seems acceptable. I just looked at a print-preview of the pickle docs,
the output looks good, so IMHO we don't need to do anything sp
A.M. Kuchling added the comment:
Patch applied to 2.6 in rev. 60995, and to 2.5-maint in rev. 60998.
Thanks for reporting the problem, and for finding the bugfix!
--
nosy: +akuchling
resolution: -> fixed
status: open -> closed
_
Tracker &
A.M. Kuchling added the comment:
Presumably this was fixed in 10.1 or 10.2 at some point, because
MacPython 2.3 comes as an installer. Closing as 'fixed'; Jack, please
re-open
if this is still relevant.
--
nosy: +akuchling
resolution: -> fixed
status: o
A.M. Kuchling added the comment:
The solution of adding caching, If-Modified-Since, etc. is a good one,
but I quail in fear at the prospect of expanding the saxutils resolver
into a fully caching HTML agent that uses a cache across processes. We
should really be encouraging people to use more
Changes by A.M. Kuchling:
--
assignee: -> akuchling
nosy: +akuchling
_
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue1389051>
_
___
Python-bu
A.M. Kuchling added the comment:
Fredrik's suggested fix for SSL IMAP committed as rev. 61006, and to
2.5-maint in rev. 61007.
There still seems to be a problem with the non-SSL version. I'm looking
into that next.
_
Tracker <[EMAIL PROT
A.M. Kuchling added the comment:
Andreas Lauer's suggested fix is correct. Applied to 2.6 trunk in rev.
61008 and to 2.5-maint in rev. 61009.
--
nosy: +akuchling
resolution: out of date -> fixed
_
Tracker <[EMAIL PROTECTED]>
<http:
Changes by A.M. Kuchling:
--
assignee: -> akuchling
nosy: +akuchling
__
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue2170>
__
___
Python-bugs-li
A.M. Kuchling added the comment:
Andreas Lauer's suggested fix on #1092502 is correct, and fixes the
problem for the non-SSL IMAP class. Applied to 2.6 trunk in rev. 61008
and to 2.5-maint in rev. 61009.
--
resolution: -> fixed
status: open -
Changes by A.M. Kuchling:
--
assignee: -> akuchling
nosy: +akuchling
__
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue1204>
__
___
Python-bugs-li
A.M. Kuchling added the comment:
The patch looks reasonable. I'll commit it on Monday when I'm on a
machine with a more up-to-date autoconf.
--
keywords: +64bit
__
Tracker <[EMAIL PROTECTED]>
<http://bugs.p
A.M. Kuchling added the comment:
Could you please provide a simple little test case for the bug? I'd
like to add a test when I commit the change, but you can probably boil
the problem down into a test faster than I can.
--
nosy: +akuchling
__
Tr
Changes by A.M. Kuchling:
--
assignee: -> akuchling
nosy: +akuchling
__
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue1714>
__
___
Python-bugs-li
Changes by A.M. Kuchling:
--
assignee: -> josiahcarlson
nosy: +josiahcarlson
__
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue1519>
__
___
Python-bu
Changes by A.M. Kuchling:
--
keywords: +easy
__
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue1291>
__
___
Python-bugs-list mailing list
Unsubs
Changes by A.M. Kuchling:
--
resolution: -> invalid
status: open -> closed
__
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue1311>
__
___
Python-bugs
A.M. Kuchling added the comment:
I went ahead and pulled the 2.6 test back into 2.5-maint in
rev. 61016, and then realized that Nick actually backported the
change in rev. 60727. I decided to leave it alone; the 2.6
test should still avoid the problem, has the additional
feature of using
A.M. Kuchling added the comment:
Random notes on bugday.distutils.patch:
* dist.py: this change should definitely be applied, no matter what
happens to the rest of the patch.
* Yay! Lots of tests!
* distutils.pypirc: I'm doubtful of the finalize_options() here;
looking for '
A.M. Kuchling added the comment:
* I like factoring out the .pypirc code into a separate class.
* Overall I think the patch is acceptable. We'd need to decide whether
the new .pypirc is considered suitable -- I don't remember the reaction
to it on the distutils-sig or catalog-
A.M. Kuchling added the comment:
I mention urllib because, as noted earlier in the discussion, code that
fetches resources over HTTP should really be caching (looking at the
Expires header, sending an ETag and an If-Modified-Since header, etc.).
It's difficult for us to add these featur
Changes by A.M. Kuchling:
--
keywords: +patch
__
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue2001>
__
___
Python-bugs-list mailing list
Unsubs
Changes by A.M. Kuchling:
--
assignee: -> akuchling
nosy: +akuchling
__
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue2169>
__
___
Python-bugs-li
A.M. Kuchling added the comment:
Applied to 2.6 in rev. 61105; it will be merged up to 3.0 at some point.
Thanks for the patch!
--
resolution: -> accepted
status: open -> closed
__
Tracker <[EMAIL PROTECTED]>
<http://bugs.pytho
A.M. Kuchling added the comment:
Marking as easy, assuming you add the exception; implementing MD5-sess
is probably not easy.
--
keywords: +easy
nosy: +akuchling
__
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/
Changes by A.M. Kuchling:
--
keywords: +easy
__
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue2225>
__
___
Python-bugs-list mailing list
Unsubs
A.M. Kuchling added the comment:
Also referred to as an atomic group: see
http://www.regular-expressions.info/atomic.html for a discussion.
Fredrik, when you say "the engine has code for this", what do you mean?
--
nosy: +akuchling
Track
A.M. Kuchling added the comment:
There's also an alternate syntax for this, called possessive
quantifiers: a*+, a++, a{m,n}+.
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.o
Changes by A.M. Kuchling:
--
keywords: +easy
__
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue2220>
__
___
Python-bugs-list mailing list
Unsubs
A.M. Kuchling <[EMAIL PROTECTED]> added the comment:
I intend to finish writing the 2.6 document; PyCon has been taking up
all of my free time the past few weeks, but obviously that's over now.
__
Tracker <[EMAIL PROTECTED]>
<http://bugs.
New submission from A.M. Kuchling <[EMAIL PROTECTED]>:
The following modules or features aren't documented: future_builtins,
__self__ and __func__ on method objects, the print() function.
--
assignee: georg.brandl
components: Documentation
messages: 64230
nosy: akuchling, g
Changes by A.M. Kuchling <[EMAIL PROTECTED]>:
--
keywords: +easy
_
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue1649238>
_
___
Python-bugs
A.M. Kuchling <[EMAIL PROTECTED]> added the comment:
Note that _rbufsize is only set to 1 if the _fileobject's bufsize is set
to 0. So perhaps the bug is that some library is turning off buffering
when it shouldn't.
I don't see how you would fix this in the C code, othe
Changes by A.M. Kuchling <[EMAIL PROTECTED]>:
--
keywords: +easy
__
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue2535>
__
___
Python-bugs
Changes by A.M. Kuchling <[EMAIL PROTECTED]>:
--
nosy: +akuchling
__
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue2636>
__
___
Python-bugs
A.M. Kuchling <[EMAIL PROTECTED]> added the comment:
It was applied to 2.5-maint after 2.5.2 was released, BTW, so the change
isn't in any stable released version, only the 2.6 alphas.
__
Tracker <[EMAIL PROTECTED]>
<http://bugs.
Changes by A.M. Kuchling <[EMAIL PROTECTED]>:
--
components: +Regular Expressions -Library (Lib)
__
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue2636>
__
A.M. Kuchling <[EMAIL PROTECTED]> added the comment:
Fixed in r62373; thanks for reporting this!
--
assignee: georg.brandl -> akuchling
nosy: +akuchling
resolution: -> fixed
status: open -> closed
__
Tracker <[EMAIL PROTECTED]>
&l
New submission from A.M. Kuchling <[EMAIL PROTECTED]>:
On my MacOS 10.4.11 machine, the example SSL server and client in the
documentation don't work, and they fail with a mysterious error 0. The
attached tarball contains my slightly-modified version of the scripts
and the test k
Changes by A.M. Kuchling <[EMAIL PROTECTED]>:
--
assignee: -> akuchling
nosy: +akuchling
title: curses -> Curses sometimes fails to initialize terminal
__
Tracker <[EMAIL PROTECTED]>
<http://bugs
A.M. Kuchling <[EMAIL PROTECTED]> added the comment:
I haven't assessed the patch, but wouldn't mind to see it applied to
an alpha release or to 3.0; +0 from me. Given that the next 2.6 release
is planned to be a beta, though, the release manager would have to rule.
Note th
A.M. Kuchling <[EMAIL PROTECTED]> added the comment:
Applied to trunk to r62996.
--
assignee: -> akuchling
nosy: +akuchling
resolution: -> accepted
status: open -> closed
_
Tracker <[EMAIL PROTECTED]>
<http://bugs
Changes by A.M. Kuchling <[EMAIL PROTECTED]>:
--
assignee: -> akuchling
__
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue1858>
__
___
Python-b
A.M. Kuchling <[EMAIL PROTECTED]> added the comment:
djmitchell noticed this patch at the bug day -- should it be committed,
or just closed?
--
nosy: +akuchling
__
Tracker <[EMAIL PROTECTED]>
<http://bugs.pytho
A.M. Kuchling <[EMAIL PROTECTED]> added the comment:
Oh, and I don't understand Raymond's comment: sys.maxsize isn't an
alias for anything, but a new piece of information (the largest size of
containers). Maybe that information isn't useful, or 2.6 doesn't
A.M. Kuchling <[EMAIL PROTECTED]> added the comment:
Is the only purpose of the '-r' in sys.argv code to
avoid having to specify arguments multiple times when you're doing
multiple commands on a line? Perhaps it would be acceptable to then
just drop that bit of code
A.M. Kuchling <[EMAIL PROTECTED]> added the comment:
Committed to trunk as r62998; thank you very much for the patch!
--
keywords: -easy
resolution: -> accepted
status: open -> closed
__
Tracker <[EMAIL PROTECTED]>
<http://bugs
A.M. Kuchling <[EMAIL PROTECTED]> added the comment:
I think removing those old classes in 3.0 would be very sensible.
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.
A.M. Kuchling <[EMAIL PROTECTED]> added the comment:
I've applied Facundo's version of the patch in r63059.
--
nosy: +akuchling
resolution: -> accepted
status: open -> closed
__
Tracker <[EMAIL PROTECTED]>
<h
A.M. Kuchling <[EMAIL PROTECTED]> added the comment:
Brett backed out my commit in r63002 because I forgot to include the
distutils.config module. Re-committed in r63014 and r63060.
__
Tracker <[EMAIL PROTECTED]>
<http://bugs.pytho
New submission from A.M. Kuchling <[EMAIL PROTECTED]>:
The URL for module documentation generated by pydoc is no longer valid.
The attached patch corrects it for Python 2.5.3 by assembling the URL
using the Python version.
This patch shouldn't be forward-ported to 2.6 or 2.7; Sph
Changes by A.M. Kuchling <[EMAIL PROTECTED]>:
--
nosy: +akuchling
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue4185>
___
__
A.M. Kuchling <[EMAIL PROTECTED]> added the comment:
Re-opening as a documentation bug; we should at least make the re.sub
docstring match the text documentation.
--
assignee: -> akuchling
resolution: invalid ->
status: closed -> open
___
A.M. Kuchling <[EMAIL PROTECTED]> added the comment:
Re-opening, since Optik is no longer externally maintained.
--
assignee: -> akuchling
nosy: +akuchling
resolution: invalid ->
status: closed -> open
title: Documentation missing for OptionGroup class in optparse -&
New submission from A.M. Kuchling <[EMAIL PROTECTED]>:
(Copied from an anonymous submission
in the Optik bug tracker.)
There have been some recent discussions on comp.lang.python about the
optparse/optik module, and Steve Bethard suggested you might be interested
in some of the work done
New submission from A.M. Kuchling <[EMAIL PROTECTED]>:
(copied from the Optik bug tracker)
Related bug:
http://www.mail-archive.com/python-bugs-list@python.org/msg07227.html
Hi all,
It seems to me that the workaround to the above bug in optparse.py versio
1.5.3 introduces a new bug whe
New submission from A.M. Kuchling <[EMAIL PROTECTED]>:
(copied from the Optik bug tracker -- I haven't tried
to replicate this.)
--
components: Library (Lib)
messages: 75848
nosy: akuchling
severity: normal
status: open
title: optparse: "1 2 3" should be seen a
A.M. Kuchling <[EMAIL PROTECTED]> added the comment:
Committed to 2.5 in rev. 67693.
Do I need to 'svnmerge block' this revision to prevent
future merges from attempting to apply it to trunk?
--
status: open -> closed
___
Pyt
Change by A.M. Kuchling :
--
pull_requests: +16300
pull_request: https://github.com/python/cpython/pull/16621
___
Python tracker
<https://bugs.python.org/issue38
Change by A.M. Kuchling :
--
resolution: -> wont fix
stage: patch review -> resolved
status: open -> closed
___
Python tracker
<https://bugs.python.o
A.M. Kuchling added the comment:
Patch has been applied.
--
nosy: +akuchling
resolution: -> fixed
stage: patch review -> resolved
status: open -> closed
___
Python tracker
<https://bugs.python.or
A.M. Kuchling added the comment:
New changeset 5565c30f0b25996a0e73477fc0e1e1aced52b926 by Batuhan Taşkaya in
branch 'master':
bpo-39793: use the same domain on make_msgid tests (#18698)
https://github.com/python/cpython/commit/5565c30f0b25996a0e73477fc0e1e1aced52b926
-
A.M. Kuchling added the comment:
New changeset ccf30e96d4bdcf04396e00899a0319041144509f by Miss Islington (bot)
in branch '3.8':
bpo-39793: use the same domain on make_msgid tests (GH-18698) (GH-19554)
https://github.com/python/cpython/commit/ccf30e96d4bdcf04396e00899a0319
A.M. Kuchling added the comment:
New changeset cd09d7e55d160edc454763d3fb6a48180988741a by Miss Islington (bot)
in branch '3.7':
bpo-39793: use the same domain on make_msgid tests (GH-18698) (GH-19555)
https://github.com/python/cpython/commit/cd09d7e55d160edc454763d3fb6a48
Change by A.M. Kuchling :
--
nosy: +akuchling
nosy_count: 5.0 -> 6.0
pull_requests: +19398
pull_request: https://github.com/python/cpython/pull/20092
___
Python tracker
<https://bugs.python.org/issu
A.M. Kuchling added the comment:
New changeset 46398fba4d66ad342cf2504ef947b5fb857423b2 by kernc in branch
'master':
bpo-29620: iterate over a copy of sys.modules (GH-4800)
https://github.com/python/cpython/commit/46398fba4d66ad342cf2504ef947b5fb857423b2
--
nosy:
A.M. Kuchling added the comment:
New changeset 3e499cda47afe2282ca3f1d04151e2c86f2e7e09 by Miss Islington (bot)
in branch '3.8':
bpo-29620: iterate over a copy of sys.modules (GH-4800) (GH-20816)
https://github.com/python/cpython/commit/3e499cda47afe2282ca3f1d04151e2
A.M. Kuchling added the comment:
New changeset f881c869753fb2b1b7aef353416893190251c539 by Miss Islington (bot)
in branch '3.7':
bpo-29620: iterate over a copy of sys.modules (GH-4800) (GH-20817)
https://github.com/python/cpython/commit/f881c869753fb2b1b7aef353416893
A.M. Kuchling added the comment:
Changes applied to master, 3.8, and 3.7. Thanks!
--
resolution: -> fixed
stage: patch review -> resolved
status: open -> closed
___
Python tracker
<https://bugs.python.or
A.M. Kuchling added the comment:
New changeset 60c2a810e37994fc640c58d0ef45b6843354b770 by MARK SCHWAB in branch
'master':
bpo-40626: Support HDF5 in mimetypes (GH-20042)
https://github.com/python/cpython/commit/60c2a810e37994fc640c58d0ef45b6843354b770
--
nosy:
A.M. Kuchling added the comment:
MIME type added to master and 3.8 branches. Thanks for your patch!
--
resolution: -> fixed
stage: patch review -> resolved
status: open -> closed
___
Python tracker
<https://bugs.python.or
A.M. Kuchling added the comment:
New changeset ebc8c3828779374b9be4fae5c8ffc0059d36ac8c by Saiyang Gou in branch
'master':
bpo-41192: Fix some broken anchors for audit event entries (#21310)
https://github.com/python/cpython/commit/ebc8c3828779374b9be4fae5c8ffc0059d36ac8c
-
A.M. Kuchling added the comment:
New changeset 2ee6ef98b4cf94f4c21cc4301d4e226b70809c7e by Miss Skeleton (bot)
in branch '3.9':
bpo-41192: Fix some broken anchors for audit event entries (GH-21310) (GH-22767)
https://github.com/python/cpython/commit/2ee6ef98b4cf94f4c21cc4301d4e22
Change by A.M. Kuchling :
--
pull_requests: +21731
pull_request: https://github.com/python/cpython/pull/22768
___
Python tracker
<https://bugs.python.org/issue41
A.M. Kuchling added the comment:
New changeset ec18c468b8aed4b4a3d1942ae18b96d8efebe04b by Miss Skeleton (bot)
in branch '3.8':
bpo-41192: Fix some broken anchors for audit event entries (GH-21310) (GH-22770)
https://github.com/python/cpython/commit/ec18c468b8aed4b4a3d1942ae18b96
A.M. Kuchling added the comment:
I'm digging around in the sys.audit() feature. Did the sys.audit("glob.glob",
...) call disappear in commit 8a64ceaf9856e7570cad6f5d628cce789834e019, or is
something clever going on that I missed?
--
n
A.M. Kuchling added the comment:
New changeset ec42789e6e14f6b6ac13569aeadc13798d7173a8 by Andrey Doroschenko in
branch 'master':
bpo-39693: mention KeyError in tarfile extractfile documentation (GH-18639)
https://github.com/python/cpython/commit/ec42789e6e14f6b6ac13569aeadc13
A.M. Kuchling added the comment:
Closing issue, since the consensus is to not add the term.
--
nosy: +akuchling
resolution: -> wont fix
stage: patch review -> resolved
status: open -> closed
___
Python tracker
<https://bugs.python.or
A.M. Kuchling added the comment:
New changeset b249aeae89f55b9da5cdff082ba271e2b15b7825 by Miss Skeleton (bot)
in branch '3.9':
bpo-39693: mention KeyError in tarfile extractfile documentation (GH-18639)
https://github.com/python/cpython/commit/b249aeae89f55b9da5cdff082ba271
A.M. Kuchling added the comment:
Closing after applying the PR. Thanks!
--
resolution: -> fixed
stage: patch review -> resolved
status: open -> closed
versions: +Python 3.10 -Python 3.7, Python 3.8
___
Python tracker
<https://bug
A.M. Kuchling added the comment:
New changeset 0c37269be7065b9b15b7b3a4406084f9535a793a by Andrew Kuchling in
branch 'master':
bpo-41192: Clarify the sys module's description of the auditing feature
(GH-22768)
https://github.com/python/cpython/commit/0c37269be7065b9b15b7b3a44
Change by A.M. Kuchling :
--
pull_requests: +21777
pull_request: https://github.com/python/cpython/pull/22821
___
Python tracker
<https://bugs.python.org/issue41
A.M. Kuchling added the comment:
New changeset a797fd74fe11ef5968b8593b0d39b6aa6ba5aef1 by Miss Skeleton (bot)
in branch '3.8':
bpo-41192: Clarify the sys module's description of the auditing feature
(GH-22820)
https://github.com/python
A.M. Kuchling added the comment:
New changeset b948d13ec076e757b7f6904aa67df2f36e4671b7 by Andrew Kuchling in
branch '3.9':
[3.9] bpo-41192: Clarify the sys module's description of the auditing feature
(GH-22821)
https://github.com/python
New submission from A.M. Kuchling :
During the 3.10 development process, a call to `sys.audit()` got accidentally
removed from the glob module. No tests caught it.
This is clearly bad. sys.audit() is intended for security-related purposes and
can result in operations being cancelled, so
A.M. Kuchling added the comment:
New changeset 3f7e990fd49dbabc1dde41ce58c1bdda9f56ead7 by Saiyang Gou in branch
'master':
bpo-41192: Add documentation of undocumented audit events (GH-21308)
https://github.com/python/cpython/commit/3f7e990fd49dbabc1dde41ce58c1bd
A.M. Kuchling added the comment:
New changeset 46130f85381f697dc7f609b2659cc046d2370417 by Miss Skeleton (bot)
in branch '3.9':
bpo-41192: Add documentation of undocumented audit events (GH-22831)
https://github.com/python/cpython/commit/46130f85381f697dc7f609b2659cc0
A.M. Kuchling added the comment:
New changeset 058affc09f0f105444ec62c880907a512b785b72 by Miss Skeleton (bot)
in branch '3.8':
bpo-41192: Add documentation of undocumented audit events (GH-22832)
https://github.com/python/cpython/commit/058affc09f0f105444ec62c880907a
A.M. Kuchling added the comment:
After this flurry of commits, I think everything associated with the issue is
now fixed.
Along the way, I also noticed that the sys.audit() call had disappeared from
the glob module (it's now restored) and filed issue #42098 to improve the test
su
A.M. Kuchling added the comment:
New changeset 2d55aa9e37c9c84f4f6a8135d0326da0bcd8f38b by Florian Dahlitz in
branch 'master':
bpo-29981: Add examples and update index for set, dict, and generator
comprehensions'(GH-20272)
https://github.com/python
A.M. Kuchling added the comment:
PR filed against master: https://github.com/python/cpython/pull/2143
--
pull_requests: +2193
___
Python tracker
<http://bugs.python.org/issue6
Change by A.M. Kuchling :
--
stage: -> patch review
___
Python tracker
<https://bugs.python.org/issue34484>
___
___
Python-bugs-list mailing list
Unsubscrib
A.M. Kuchling added the comment:
New changeset 97c288df614dd7856f5a0336925f56a7a2a5bc74 by Andrew Kuchling in
branch 'master':
bpo-20906: Various revisions to the Unicode howto (#8394)
https://github.com/python/cpython/commit/97c288df614dd7856f5a0336925f56
A.M. Kuchling added the comment:
New changeset 97c288df614dd7856f5a0336925f56a7a2a5bc74 by Andrew Kuchling in
branch 'master':
bpo-20906: Various revisions to the Unicode howto (#8394)
https://github.com/python/cpython/commit/97c288df614dd7856f5a0336925f56
A.M. Kuchling added the comment:
I also ran across this issue today, where the 'disks' value in a Zip file is 0.
I'm trying to find out what software was used to create them, but it's quite
plausible that it's Windows as Ramsey Kant suggests. So I think this fix s
A.M. Kuchling added the comment:
Oh, I missed that there was already a patch. BTW, I found two dissections of
zip files that also show disk numbers of 0: the one at
https://rzymek.github.io/post/excel-zip64/ is exploring an Excel Zip issue, and
the forensic tutorial at
https
A.M. Kuchling added the comment:
Yes, I think this issue can now be closed.
--
stage: patch review -> resolved
status: open -> closed
___
Python tracker
<https://bugs.python.org/i
Change by A.M. Kuchling :
--
keywords: +patch
pull_requests: +5776
___
Python tracker
<https://bugs.python.org/issue8840>
___
___
Python-bugs-list mailin
201 - 300 of 596 matches
Mail list logo