[issue39971] [doc] Error in functional how-to example

2022-03-20 Thread Irit Katriel
Change by Irit Katriel : -- keywords: +easy title: Error in functional how-to example -> [doc] Error in functional how-to example versions: +Python 3.10, Python 3.11 -Python 3.7, Python 3.8 ___ Python tracker <https://bugs.python.org/issu

[issue33028] [doc] tempfile.TemporaryDirectory documentation improvements

2022-03-20 Thread Irit Katriel
Change by Irit Katriel : -- keywords: +easy title: tempfile.TemporaryDirectory incorrectly documented -> [doc] tempfile.TemporaryDirectory documentation improvements versions: +Python 3.10, Python 3.11, Python 3.9 -Python 3.6, Python 3.7, Python

[issue34406] Typo in documentation

2022-03-20 Thread Irit Katriel
Irit Katriel added the comment: This has been fixed by now. -- nosy: +iritkatriel resolution: -> out of date stage: -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

[issue37789] Update doc strings for test.bytecode_helper

2022-03-20 Thread Irit Katriel
Irit Katriel added the comment: This has been fixed by now. -- nosy: +iritkatriel resolution: -> out of date stage: -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

[issue46013] Confusing period in object.__hash__ doc

2022-03-20 Thread Irit Katriel
Change by Irit Katriel : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

[issue46013] Confusing period in object.__hash__ doc

2022-03-20 Thread Irit Katriel
Irit Katriel added the comment: New changeset 504973a13336d8a4d20459f68de9647a1fb25966 by Miss Islington (bot) in branch '3.9': bpo-46013: Fix confusing kerning on period in docs (GH-29989) (GH-32006) https://github.com/python/cpython/commit/504973a13336d8a4d20459f68de9647a1fb25966

[issue46013] Confusing period in object.__hash__ doc

2022-03-20 Thread Irit Katriel
Irit Katriel added the comment: New changeset 87b3e202d46cdeb0a6b1ef041579a5ebc7c826a9 by Miss Islington (bot) in branch '3.10': bpo-46013: Fix confusing kerning on period in docs (GH-29989) (GH-32005) https://github.com/python/cpython/commit/87b3e202d46cdeb0a6b1ef041579a5ebc7c826a9

[issue46013] Confusing period in object.__hash__ doc

2022-03-20 Thread Irit Katriel
Irit Katriel added the comment: New changeset 3af68fc77c528d4e7749046cf6e41fd79902e6e6 by jmcb in branch 'main': bpo-46013: Fix confusing kerning on period in docs (GH-29989) https://github.com/python/cpython/commit/3af68fc77c528d4e7749046cf6e41fd79902e6e6 -- nosy: +iritkatriel

[issue25489] sys.exit() caught in exception handler

2022-03-20 Thread Irit Katriel
Irit Katriel added the comment: See also Issue46759. -- nosy: +iritkatriel ___ Python tracker <https://bugs.python.org/issue25489> ___ ___ Python-bugs-list m

[issue46759] sys.excepthook documentation doesn't mention that it isn't called for SystemExit

2022-03-20 Thread Irit Katriel
Irit Katriel added the comment: See also Issue25489. -- nosy: +iritkatriel ___ Python tracker <https://bugs.python.org/issue46759> ___ ___ Python-bugs-list m

[issue40666] TarFile.add does not support pathlib.Path as a value to first argument.

2022-03-20 Thread Irit Katriel
Change by Irit Katriel : -- resolution: -> works for me stage: -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

[issue32927] Add typeshed documentation for unittest.TestCase._feedErrorsToResult and ._outcome

2022-03-20 Thread Irit Katriel
Irit Katriel added the comment: I think this should have been opened on the typeshed issue tracker. -- nosy: +iritkatriel status: open -> pending ___ Python tracker <https://bugs.python.org/issu

[issue40074] pickle module dump and load: add support for string file names

2022-03-19 Thread Irit Katriel
Irit Katriel added the comment: -1. This is basically a request to add API to the stdlib to turn a two-liner into a one-liner. -- nosy: +iritkatriel ___ Python tracker <https://bugs.python.org/issue40

[issue42884] array.index() missing start and end

2022-03-19 Thread Irit Katriel
Change by Irit Katriel : -- resolution: -> duplicate stage: -> resolved status: open -> closed superseder: -> Add start and stop parameters to the array.index() ___ Python tracker <https://bugs.python

[issue27198] Adding an assertClose() method to unittest.TestCase

2022-03-19 Thread Irit Katriel
Irit Katriel added the comment: To summarize the discussion: There were objections to adding assertClose, but more agreement for adding an option to assertAlomstEqual that does the equivalent. Chris was to come back with an implementation (that was in 2016). Are we still pursuing

[issue5888] mmap enhancement - resize with sequence notation

2022-03-19 Thread Irit Katriel
Irit Katriel added the comment: I am closing this because in the 13 years since it was opened there was only one (negative) response and I don't think this will be picked up now. If you still want to pursue this idea, I would suggest raising it on python-ideas to get more feedback

[issue32547] csv.DictWriter emits strange errors if fieldnames is an iterator

2022-03-19 Thread Irit Katriel
Irit Katriel added the comment: Perhaps we could raise an exception with a clearer error message when fieldnames not a sequence? -- nosy: +iritkatriel versions: +Python 3.11 -Python 3.7 ___ Python tracker <https://bugs.python.org/issue32

[issue29906] Add callback parameter to concurrent.futures.Executor.map

2022-03-19 Thread Irit Katriel
Irit Katriel added the comment: Since nobody followed up on this for 5 years, I would suggest that (if you are still interested in this) you raise this on python-ideas and ideally also implement and submit a patch. If this is abandoned I will close the issue in a couple of weeks

[issue23647] imaplib.py MAXLINE value is too low for gmail

2022-03-19 Thread Irit Katriel
Change by Irit Katriel : -- resolution: -> fixed stage: needs patch -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

[issue42528] Improve the docs of most Py*_Check{,Exact} API calls

2022-03-19 Thread Irit Katriel
Change by Irit Katriel : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

[issue19991] configparser instances cannot be pretty printed

2022-03-19 Thread Irit Katriel
Irit Katriel added the comment: It's not just that it can't be pretty printed - it doesn't even have __str__ or __repr__. I think the only thing we have now it write, which can do this: >>> config = configparser.ConfigParser() >>> config['DEFAULT'] = {'ServerA

[issue18217] Deprecate and remove gettext.install

2022-03-19 Thread Irit Katriel
Irit Katriel added the comment: There were several votes in the discussion for rejecting this deprecation, so I am closing the issue. -- nosy: +iritkatriel resolution: -> rejected stage: -> resolved status: open -> closed ___ Pytho

[issue35577] side_effect mocked method lose reference to instance

2022-03-19 Thread Irit Katriel
Change by Irit Katriel : -- resolution: -> not a bug stage: -> resolved status: open -> closed ___ Python tracker <https://bugs.python.org/issue35577> ___ ___

[issue26019] collections.abc documentation incomplete

2022-03-19 Thread Irit Katriel
Irit Katriel added the comment: The patch needs to be converted to a GitHub PR and reviewed. -- components: +Library (Lib) keywords: +easy nosy: +iritkatriel versions: +Python 3.11 -Python 3.6 ___ Python tracker <https://bugs.python.org/issue26

[issue11160] ZipFile.comment expects bytes

2022-03-19 Thread Irit Katriel
Irit Katriel added the comment: The documentation has been updated by now [1]: ZipFile.comment The comment associated with the ZIP file as a bytes object. If assigning a comment to a ZipFile instance created with mode 'w', 'x' or 'a', it should be no longer than 65535 bytes. Comments longer

[issue45214] implement LOAD_NONE opcode

2022-03-19 Thread Irit Katriel
Change by Irit Katriel : -- resolution: -> later stage: patch review -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

[issue41864] Compiler error in _zoneinfo.c:1227: error: #pragma GCC diagnostic not allowed inside functions

2022-03-19 Thread Irit Katriel
Change by Irit Katriel : -- resolution: -> duplicate stage: -> resolved status: open -> closed superseder: -> Compiler warnings in _zoneinfo.c on Windows build in 64-bit ___ Python tracker <https://bugs.python

[issue44832] Compiler detection is not strict enough

2022-03-19 Thread Irit Katriel
Change by Irit Katriel : -- resolution: -> duplicate stage: -> resolved status: open -> closed superseder: -> ICC compiler check is too permissive ___ Python tracker <https://bugs.python

[issue28584] ICC compiler check is too permissive

2022-03-19 Thread Irit Katriel
Irit Katriel added the comment: Closed issue44832 as a duplicate of this. -- nosy: +iritkatriel ___ Python tracker <https://bugs.python.org/issue28584> ___ ___

[issue46073] ast.unparse produces: 'FunctionDef' object has no attribute 'lineno' for valid module

2022-03-19 Thread Irit Katriel
Change by Irit Katriel : -- resolution: -> duplicate stage: -> resolved status: open -> closed superseder: -> AttributeError in ast.unparse ___ Python tracker <https://bugs.python

[issue38307] Add .end_lineno attribute to pyclbr _Objects

2022-03-19 Thread Irit Katriel
Change by Irit Katriel : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

[issue44439] stdlib wrongly uses len() for bytes-like object

2022-03-18 Thread Irit Katriel
Irit Katriel added the comment: Can this be closed now or is there anything else to do? -- nosy: +iritkatriel status: open -> pending ___ Python tracker <https://bugs.python.org/issu

[issue46343] Add PyErr_GetActiveException and PyErr_SetActiveException

2022-03-18 Thread Irit Katriel
Irit Katriel added the comment: We should make throw accept an exception instance, the same thing was done in the traceback module. -- ___ Python tracker <https://bugs.python.org/issue46

[issue45924] Incorrect traceback when future's exception is raised multiple times

2022-03-18 Thread Irit Katriel
Irit Katriel added the comment: Closed issue42682 as duplicate of this. -- ___ Python tracker <https://bugs.python.org/issue45924> ___ ___ Python-bugs-list m

[issue42682] awaiting a wrapped asyncio.Task multiple times gives long, repeative tracebacks

2022-03-18 Thread Irit Katriel
Change by Irit Katriel : -- resolution: -> duplicate stage: -> resolved status: open -> closed superseder: -> Incorrect traceback when future's exception is raised multiple times ___ Python tracker <https://bugs.python

[issue42682] awaiting a wrapped asyncio.Task multiple times gives long, repeative tracebacks

2022-03-18 Thread Irit Katriel
Irit Katriel added the comment: >>> asyncio.run(main()) Traceback (most recent call last): File "", line 6, in main File "C:\Users\User\src\cpython\Lib\asyncio\tasks.py", line 597, in _wait_for_one return f.result() # May raise f.exception().

[issue42682] awaiting a wrapped asyncio.Task multiple times gives long, repeative tracebacks

2022-03-18 Thread Irit Katriel
Irit Katriel added the comment: I don't think the OP is complaining about the internal asyncio machinery frames, but rather about the repetition of the "return f.result() # May raise f.exception()." frame. I will paste the output of the script in the next comment. -

[issue24080] asyncio.Event.wait() Task was destroyed but it is pending

2022-03-16 Thread Irit Katriel
Change by Irit Katriel : -- nosy: +asvetlov ___ Python tracker <https://bugs.python.org/issue24080> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue1573931] WSGI, cgi.FieldStorage incompatibility

2022-03-16 Thread Irit Katriel
Irit Katriel added the comment: cgi/cgitb are deprecated as per PEP 594, so there won't be further enhancements to them. -- nosy: +iritkatriel resolution: -> wont fix stage: patch review -> resolved status: open -> closed ___ Pytho

[issue31327] [doc] Add example of platform-specific support for negative timestamps to the time doc

2022-03-16 Thread Irit Katriel
Change by Irit Katriel : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

[issue26545] [doc] os.walk is limited by python's recursion limit

2022-03-16 Thread Irit Katriel
Irit Katriel added the comment: I agree with Stanley. The documentation for os is clear that recursion is used and the documentation for RecursionError links to getrecursionlimit(). This seems sufficient. -- nosy: +iritkatriel resolution: -> wont fix stage: -> resolved

[issue46817] Add a line-start table to the code object.

2022-03-15 Thread Irit Katriel
Irit Katriel added the comment: I can see the linestarts used in trace.py to figure out coverage. But for this duplications don't make a difference (they are deduped in _find_lines_from_code anyway), right? Where else are they used, such that the current scheme may not work

[issue46291] [doc] First argument to raise can also be BaseException

2022-03-15 Thread Irit Katriel
Change by Irit Katriel : -- keywords: +patch pull_requests: +29995 stage: -> patch review pull_request: https://github.com/python/cpython/pull/31899 ___ Python tracker <https://bugs.python.org/issu

[issue46884] [doc] msilib.rst uses data directive to document modules

2022-03-15 Thread Irit Katriel
Irit Katriel added the comment: msilib is deprecated as per PEP 594, so there won't be further enhancements to it. -- nosy: +iritkatriel resolution: -> wont fix stage: patch review -> resolved status: open -> closed ___ Python tracke

[issue43863] [Windows] test_distutils logs: DeprecationWarning: bdist_msi command is deprecated since Python 3.9, use bdist_wheel (wheel packages) instead

2022-03-15 Thread Irit Katriel
Change by Irit Katriel : -- resolution: -> duplicate stage: -> resolved status: open -> closed superseder: -> test_distutils emits deprecation warning about distutils ___ Python tracker <https://bugs.python

[issue24224] test_msilib is inadequate

2022-03-15 Thread Irit Katriel
Irit Katriel added the comment: msilib is deprecated as per PEP 594, so there won't be further enhancements to it. -- resolution: -> wont fix stage: needs patch -> resolved status: open -> closed ___ Python tracker <https://bug

[issue43721] Documentation of property.{getter, setter, deleter} fails to mention that a *new* property is returned

2022-03-14 Thread Irit Katriel
Irit Katriel added the comment: New changeset e3d348a5252549708fd19338b675a2c23b60d677 by Irit Katriel in branch 'main': bpo-43721: Fix docstrings for property.getter/setter/deleter (GH-31046) https://github.com/python/cpython/commit/e3d348a5252549708fd19338b675a2c23b60d677

[issue30677] [doc] mention that os.mkdir() raises FileNotFound if path does not exist

2022-03-14 Thread Irit Katriel
Change by Irit Katriel : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

[issue30677] [doc] mention that os.mkdir() raises FileNotFound if path does not exist

2022-03-14 Thread Irit Katriel
Irit Katriel added the comment: New changeset 879fbd9472753149b627f32add3ddca90ac47ab7 by slateny in branch 'main': bpo-30677: [doc] mention that os.mkdir() can raise FileNotFoundError (GH-31548) https://github.com/python/cpython/commit/879fbd9472753149b627f32add3ddca90ac47ab7

[issue39829] __len__ called twice in the list() constructor

2022-03-13 Thread Irit Katriel
Change by Irit Katriel : -- versions: -Python 3.8 ___ Python tracker <https://bugs.python.org/issue39829> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue18820] json.dump() ignores its 'default' option when serializing dictionary keys

2022-03-13 Thread Irit Katriel
Irit Katriel added the comment: Reproduced on 3.11. -- nosy: +iritkatriel versions: +Python 3.10, Python 3.11, Python 3.9 -Python 3.5, Python 3.6 ___ Python tracker <https://bugs.python.org/issue18

[issue2604] doctest.DocTestCase fails when run repeatedly

2022-03-13 Thread Irit Katriel
Irit Katriel added the comment: I've reproduced this on 3.11 as well. The patch here needs to be converted to a GitHub PR and then tested and reviewed. The patch on issue9736 has a unit test as well, which should be included (because the pjd's patch doesn't have one). -- keywords

[issue45744] Fix Flawfinder C Errors

2022-03-13 Thread Irit Katriel
Irit Katriel added the comment: There is not enough information in this report. -- resolution: -> rejected stage: -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

[issue45711] Simplify the interpreter's (type, val, tb) exception representation

2022-03-13 Thread Irit Katriel
Irit Katriel added the comment: We have agreed on python-dev [1] that the cpython changes will not be reverted, and the issue will be fixed in cython. So I am closing this again. [1] https://mail.python.org/archives/list/python-...@python.org/message/BHIQL4P6F7OPMCAP6U24XEZUPQKI62UT

[issue42548] debugger stops at breakpoint of `pass` that is not actually reached

2022-03-13 Thread Irit Katriel
Irit Katriel added the comment: On second thought I won't keep this open till it expires. This is a low priority bug which no longer exists in new versions because it was fixed by accident due to another change. I don't believe anyone would care enough about this to investigate how

[issue46967] Type union for except

2022-03-13 Thread Irit Katriel
Irit Katriel added the comment: > I don't think that `except A|B` looks better than `except (A, B)` I agree. -- resolution: -> rejected stage: -> resolved status: open -> closed ___ Python tracker <https://bugs.python

[issue1186900] nntplib shouldn't raise generic EOFError

2022-03-13 Thread Irit Katriel
Irit Katriel added the comment: nntplib is deprecated as per PEP 594, so there won't be further enhancements to it. -- nosy: +iritkatriel resolution: -> wont fix stage: patch review -> resolved status: open -> closed ___ Python tracke

[issue40735] test_nntplib depends on unreliable external servers

2022-03-13 Thread Irit Katriel
Irit Katriel added the comment: nntplib is deprecated as per PEP 594, so there won't be further enhancements to it. -- resolution: -> wont fix stage: -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

[issue12506] NIS module cant handle multiple NIS map entries for the same GID

2022-03-13 Thread Irit Katriel
Irit Katriel added the comment: nis is deprecated as per PEP 594, so there won't be further enhancements to it. -- nosy: +iritkatriel resolution: -> wont fix stage: -> resolved status: open -> closed ___ Python tracker <https://bug

[issue2148] nis module not supporting group aliases

2022-03-13 Thread Irit Katriel
Irit Katriel added the comment: nis is deprecated as per PEP 594, so there won't be further enhancements to it. -- nosy: +iritkatriel resolution: -> wont fix stage: -> resolved status: open -> closed ___ Python tracker <https://bug

[issue32007] deprecate the nis module

2022-03-13 Thread Irit Katriel
Irit Katriel added the comment: is deprecated as per PEP 594, so there is no need for a separate issue for it. -- nosy: +iritkatriel resolution: -> duplicate stage: -> resolved status: open -> closed ___ Python tracker <https://bug

[issue22094] oss_audio_device.write(data) produces short writes

2022-03-13 Thread Irit Katriel
Irit Katriel added the comment: ossaudiodev is deprecated as per PEP 594, so there won't be further enhancements to it. -- nosy: +iritkatriel resolution: -> wont fix stage: -> resolved status: open -> closed ___ Python tracke

[issue13681] Aifc read compressed frames fix

2022-03-13 Thread Irit Katriel
Irit Katriel added the comment: aifc is deprecated as per PEP 594, so there won't be further enhancements to it. -- nosy: +iritkatriel resolution: -> wont fix stage: -> resolved status: open -> closed ___ Python tracker <https://bug

[issue8934] aifc should use str instead of bytes (wave, sunau compatibility)

2022-03-13 Thread Irit Katriel
Irit Katriel added the comment: aifc is deprecated as per PEP 594, so there won't be further enhancements to it. -- nosy: +iritkatriel resolution: -> wont fix stage: -> resolved status: open -> closed ___ Python tracker <https://bug

[issue8526] msilib doesn't support multiple CAB instances in same installer

2022-03-13 Thread Irit Katriel
Irit Katriel added the comment: msilib is deprecated as per PEP 594, so there won't be further enhancements to it. -- nosy: +iritkatriel resolution: -> wont fix stage: -> resolved status: open -> closed ___ Python tracke

[issue12201] Returning FILETIME is unsupported in msilib.SummaryInformation.GetProperty()

2022-03-13 Thread Irit Katriel
Irit Katriel added the comment: msilib is deprecated as per PEP 594, so there won't be further enhancements to it. -- nosy: +iritkatriel resolution: -> wont fix stage: -> resolved status: open -> closed ___ Python tracke

[issue12026] Support more of MSI api

2022-03-13 Thread Irit Katriel
Irit Katriel added the comment: msilib is deprecated as per PEP 594, so there won't be further enhancements to it. -- nosy: +iritkatriel resolution: -> wont fix stage: -> resolved status: open -> closed ___ Python tracke

[issue1178136] cgitb.py support for frozen images

2022-03-13 Thread Irit Katriel
Irit Katriel added the comment: cgi/cgitb are deprecated as per PEP 594, so there won't be further enhancements to them. -- resolution: -> wont fix stage: patch review -> resolved status: open -> closed ___ Python tracke

[issue15749] cgitb prints html for text when display disabled.

2022-03-13 Thread Irit Katriel
Irit Katriel added the comment: cgi/cgitb are deprecated as per PEP 594, so there won't be further enhancements to them. -- nosy: +iritkatriel resolution: -> wont fix stage: patch review -> resolved status: open -> closed ___ Pytho

[issue33507] Improving the html rendered by cgitb.html

2022-03-13 Thread Irit Katriel
Irit Katriel added the comment: cgi/cgitb are deprecated as per PEP 594, so there won't be further enhancements to them. -- nosy: +iritkatriel resolution: -> wont fix stage: patch review -> resolved status: open -> closed ___ Pytho

[issue1047397] cgitb failures

2022-03-13 Thread Irit Katriel
Irit Katriel added the comment: cgi/cgitb are deprecated as per PEP 594, so there won't be further enhancements to them. -- nosy: +iritkatriel resolution: -> wont fix stage: patch review -> resolved status: open -> closed ___ Pytho

[issue32669] cgitb file to print OSError exceptions

2022-03-13 Thread Irit Katriel
Irit Katriel added the comment: cgi/cgitb are deprecated as per PEP 594, so there won't be further enhancements to them. -- nosy: +iritkatriel resolution: -> wont fix stage: -> resolved status: open -> closed ___ Python tracke

[issue34129] CGITB does not mangle variables names

2022-03-13 Thread Irit Katriel
Irit Katriel added the comment: cgi/cgitb are deprecated as per PEP 594, so there won't be further enhancements to them. -- nosy: +iritkatriel resolution: -> wont fix stage: patch review -> resolved status: open -> closed ___ Pytho

[issue11352] Update cgi module doc

2022-03-13 Thread Irit Katriel
Irit Katriel added the comment: cgi is deprecated as per PEP 594, so there won't be further enhancements to it. -- resolution: -> wont fix stage: patch review -> resolved status: open -> closed ___ Python tracker <https://bug

[issue18979] Use argparse in the uu module

2022-03-13 Thread Irit Katriel
Irit Katriel added the comment: uu is deprecated as per PEP 594, so there won't be further enhancements to it. -- nosy: +iritkatriel resolution: -> wont fix stage: patch review -> resolved status: open -> closed ___ Python tracke

[issue34165] uu.decode() raises binascii.Error instead of uu.Error on invalid data

2022-03-13 Thread Irit Katriel
Irit Katriel added the comment: uu is deprecated as per PEP 594, so there won't be further enhancements to it. -- nosy: +iritkatriel resolution: -> wont fix stage: patch review -> resolved status: open -> closed ___ Python tracke

[issue9544] [doc] xdrlib.Packer().pack_fstring throws a TypeError when called with a str()

2022-03-13 Thread Irit Katriel
Irit Katriel added the comment: xdrlib is deprecated as per PEP 594, so there won't be further enhancements to it. -- nosy: +iritkatriel resolution: -> wont fix stage: needs patch -> resolved status: open -> closed ___ Python tracke

[issue42916] Support for DICOM image file format in imghdr module

2022-03-13 Thread Irit Katriel
Irit Katriel added the comment: imghdr is deprecated as per PEP 594, so there won't be further enhancements to it. -- nosy: +iritkatriel resolution: -> wont fix stage: patch review -> resolved status: open -> closed ___ Python tracke

[issue6497] Support for digital Cinema/film DPX and Kodak Cineon image file formats in imghdr module

2022-03-13 Thread Irit Katriel
Irit Katriel added the comment: imghdr is deprecated as per PEP 594, so there won't be further enhancements to it. -- nosy: +iritkatriel resolution: -> wont fix stage: -> resolved status: open -> closed ___ Python tracke

[issue43194] Add JFXX as jpeg marker in imghdr module

2022-03-13 Thread Irit Katriel
Irit Katriel added the comment: imghdr is deprecated as per PEP 594, so there won't be further enhancements to it. -- nosy: +iritkatriel resolution: -> wont fix stage: -> resolved status: open -> closed ___ Python tracke

[issue26337] Bypass imghdr module determines the type of image

2022-03-13 Thread Irit Katriel
Irit Katriel added the comment: imghdr is deprecated as per PEP 594, so there won't be further enhancements to it. -- nosy: +iritkatriel resolution: -> wont fix stage: -> resolved status: open -> closed ___ Python tracke

[issue27121] imghdr does not support jpg files with Lavc bytes

2022-03-13 Thread Irit Katriel
Irit Katriel added the comment: imghdr is deprecated as per PEP 594, so there won't be further enhancements to it. -- nosy: +iritkatriel resolution: -> wont fix stage: test needed -> resolved status: open -> closed ___ Python tracke

[issue21574] Port image types detections from PIL to the imghdr module

2022-03-13 Thread Irit Katriel
Irit Katriel added the comment: imghdr is deprecated as per PEP 594, so there won't be further enhancements to it. -- nosy: +iritkatriel resolution: -> wont fix stage: test needed -> resolved status: open -> closed ___ Python tracke

[issue12516] imghdr.what should take one argument

2022-03-13 Thread Irit Katriel
Change by Irit Katriel : -- resolution: rejected -> wont fix ___ Python tracker <https://bugs.python.org/issue12516> ___ ___ Python-bugs-list mailing list Un

[issue28591] imghdr doesn't recognize some jpeg formats

2022-03-13 Thread Irit Katriel
Irit Katriel added the comment: imghdr is deprecated as per PEP 594, so there won't be further enhancements to it. -- nosy: +iritkatriel resolution: -> wont fix stage: -> resolved status: open -> closed ___ Python tracke

[issue12516] imghdr.what should take one argument

2022-03-13 Thread Irit Katriel
Irit Katriel added the comment: imghdr is deprecated as per PEP 594, so there won't be more enhancements to it. -- nosy: +iritkatriel resolution: -> rejected stage: -> resolved status: open -> closed ___ Python tracker <https://bug

[issue23743] Python crashes upon exit if importing g++ compiled mod after importing gcc compiled mod

2022-03-13 Thread Irit Katriel
Irit Katriel added the comment: IIUC: (1) 2.7 is well past its EOL date, so it's not clear whether this issue is still there. (2) mingw is not supported and distutils is deprecated, so it's not clear if it's relevant. (3) it was, to begin with, a documentation issue and it was not clear

[issue46943] fix[imaplib]: call Exception with string instance

2022-03-11 Thread Irit Katriel
Irit Katriel added the comment: That happened because your PR was wrong - it contained many commits that touched many files, all of whose owners were modified. If you make the PR against the main branch, the diff will not have all those files a and they will not be notified

[issue46943] fix[imaplib]: call Exception with string instance

2022-03-11 Thread Irit Katriel
Irit Katriel added the comment: The people subscribed to the closed pr will not receive an email about a new pr which is opened correctly. What makes you think they would? -- ___ Python tracker <https://bugs.python.org/issue46

[issue46943] fix[imaplib]: call Exception with string instance

2022-03-11 Thread Irit Katriel
Irit Katriel added the comment: @spaceone I'd suggest you create a new PR. Once many people are subscribed to a PR we don't like to reopen it and spam everyone. It would also be necessary to add a unit test. -- nosy: +iritkatriel ___ Python

[issue45924] Incorrect traceback when future's exception is raised multiple times

2022-03-09 Thread Irit Katriel
Irit Katriel added the comment: Closed issue46954 as a duplicate of this. -- ___ Python tracker <https://bugs.python.org/issue45924> ___ ___ Python-bugs-list m

[issue46954] Awaiting multiple times on same task increases memory usage unboundedly

2022-03-09 Thread Irit Katriel
Irit Katriel added the comment: This is a duplicate of bpo-45924. The traceback accumulates another frame every time the exception is raised. To see that, change main in your script to async def main(): task = asyncio.create_task(task_that_raise()) while True: try

[issue46943] fix[imaplib]: call Exception with string instance

2022-03-09 Thread Irit Katriel
Change by Irit Katriel : -- versions: -Python 3.7, Python 3.8 ___ Python tracker <https://bugs.python.org/issue46943> ___ ___ Python-bugs-list mailing list Unsub

[issue24959] unittest swallows part of stack trace when raising AssertionError in a TestCase

2022-03-08 Thread Irit Katriel
Change by Irit Katriel : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed versions: +Python 3.11 -Python 3.8 ___ Python tracker <https://bugs.python.or

[issue24959] unittest swallows part of stack trace when raising AssertionError in a TestCase

2022-03-08 Thread Irit Katriel
Irit Katriel added the comment: New changeset f3ea249569bbce8417c55d421521bb672c202552 by Irit Katriel in branch '3.9': bpo-24959: fix unittest.assertRaises bug where traceback entries are dropped from chained exceptions (GH-23688) (GH-31776) https://github.com/python/cpython/commit

[issue24959] unittest swallows part of stack trace when raising AssertionError in a TestCase

2022-03-08 Thread Irit Katriel
Change by Irit Katriel : -- pull_requests: +29883 pull_request: https://github.com/python/cpython/pull/31776 ___ Python tracker <https://bugs.python.org/issue24

[issue24959] unittest swallows part of stack trace when raising AssertionError in a TestCase

2022-03-08 Thread Irit Katriel
Irit Katriel added the comment: New changeset 88b7d86a73da9388aa65c96401c2984c8c16f8db by Irit Katriel in branch 'main': bpo-24959: fix unittest.assertRaises bug where traceback entries are dropped from chained exceptions (GH-23688) https://github.com/python/cpython/commit

[issue46291] [doc] First argument to raise can also be BaseException

2022-03-08 Thread Irit Katriel
Irit Katriel added the comment: @gtitze - are you still planning to work on this? -- ___ Python tracker <https://bugs.python.org/issue46291> ___ ___ Python-bug

[issue29251] [doc] Class __dict__ is only a mapping proxy

2022-03-08 Thread Irit Katriel
Irit Katriel added the comment: Thank you Stanley, I agree that this is no longer needed. -- resolution: -> out of date stage: patch review -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

[issue46949] Print an indication if traceback exceeds sys.tracebacklimit

2022-03-07 Thread Irit Katriel
Irit Katriel added the comment: Re what the limit means, it’s a bit messier than that, see issue38197. -- ___ Python tracker <https://bugs.python.org/issue46

<    1   2   3   4   5   6   7   8   9   10   >