[issue34429] [doc] On Windows tempfile.TemporaryFile behaves like NamedTemporaryFile

2022-01-23 Thread Irit Katriel
Irit Katriel added the comment: The docs and the code are the same now. I would add just the first half of the suggested sentence: "On platforms that are neither Posix nor Cygwin, TemporaryFile behaves exactly like NamedTemporaryFile". -- keywords: +easy nosy: +iritkat

[issue40771] Add a platform neutral version of localtime/gmtime

2022-01-23 Thread Irit Katriel
Change by Irit Katriel : -- title: python3 fromtimestamp generates OSError -> Add a platform neutral version of localtime/gmtime type: behavior -> enhancement versions: +Python 3.11 -Python 3.10 ___ Python tracker <https://bugs.p

[issue45868] xattr support missing in os module under cygwin

2022-01-23 Thread Irit Katriel
Irit Katriel added the comment: There isn't currently a maintainer for cpython on cygwin. If someone volunteers for this, they can go through the issues listed at the bottom of issue45537. -- resolution: not a bug -> wont fix stage: -> resolved status: open -> closed s

[issue37773] ValueError: I/O operation on closed file. in ZipFile destructor

2022-01-23 Thread Irit Katriel
Change by Irit Katriel : -- versions: +Python 3.11 -Python 3.8 ___ Python tracker <https://bugs.python.org/issue37773> ___ ___ Python-bugs-list mailing list Unsub

[issue45868] xattr support missing in os module under cygwin

2022-01-23 Thread Irit Katriel
Irit Katriel added the comment: This is listed in the docs as a linux-only feature: https://docs.python.org/3/library/os.html#linux-extended-attributes -- nosy: +iritkatriel resolution: -> not a bug status: open -> pending type: crash ->

[issue34697] ctypes: Crash if manually-created CField instance is used

2022-01-23 Thread Irit Katriel
Change by Irit Katriel : -- versions: +Python 3.10, Python 3.11, Python 3.9 -Python 2.7, Python 3.6, Python 3.7, Python 3.8 ___ Python tracker <https://bugs.python.org/issue34

[issue42543] case sensitivity in open() arguments

2022-01-23 Thread Irit Katriel
Change by Irit Katriel : -- stage: -> resolved status: pending -> closed ___ Python tracker <https://bugs.python.org/issue42543> ___ ___ Python-bugs-list

[issue38039] Segfault when pickling dictionary with large pandas dataframes

2022-01-23 Thread Irit Katriel
Change by Irit Katriel : -- resolution: -> third party stage: -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

[issue45298] SIGSEGV when access a fork Event in a spawn Process

2022-01-23 Thread Irit Katriel
Irit Katriel added the comment: Which python version and system are you seeing this on? On 3.11 on a Mac I don't get a segfault but rather Process SpawnProcess-1: Traceback (most recent call last): File "/Users/iritkatriel/src/cpython/Lib/multiprocessing/process.py",

[issue41403] Uncaught AttributeError in unittest.mock._get_target

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

[issue41403] Uncaught AttributeError in unittest.mock._get_target

2022-01-23 Thread Irit Katriel
Irit Katriel added the comment: New changeset 1398dca838529e682c06b496cc1911d91334ff3a by Irit Katriel in branch '3.9': bpo-41403: Improve error message for invalid mock target (GH-30833) (GH-30835) https://github.com/python/cpython/commit/1398dca838529e682c06b496cc1911d91334ff3a

[issue41403] Uncaught AttributeError in unittest.mock._get_target

2022-01-23 Thread Irit Katriel
Irit Katriel added the comment: New changeset e3ade66ec575e0cb4882cfdff155ef962e67c837 by Irit Katriel in branch '3.10': bpo-41403: Improve error message for invalid mock target (GH-30833) (GH-30834) https://github.com/python/cpython/commit/e3ade66ec575e0cb4882cfdff155ef962e67c837

[issue46435] MessageID parser raises IndexError: string index out of range

2022-01-23 Thread Irit Katriel
Change by Irit Katriel : -- title: MessageID parser can crash with IndexError: string index out of range -> MessageID parser raises IndexError: string index out of range type: crash -> behavior versions: +Python 3.11 ___ Python tracker

[issue22211] Remove VMS specific code in expat.h & xmlrole.h

2022-01-23 Thread Irit Katriel
Change by Irit Katriel : -- resolution: -> third party stage: -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

[issue32343] Leak Sanitizer reports memory leaks while building using ASAN

2022-01-23 Thread Irit Katriel
Irit Katriel added the comment: Python 3.7 is not longer maintained, so it is unlikely that anyone will look at these. Please create a new issue if you are seeing this problem on a current version. -- nosy: +iritkatriel resolution: -> out of date stage: -> resolved status

[issue40250] unable to comment out r'\u' string with triple quote marks

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

[issue30053] Problems building with --enable-profiling on macOS using homebrew GCC

2022-01-23 Thread Irit Katriel
Irit Katriel added the comment: 3.7 is no longer maintained. Please create a new issue if you are having this problem with a current version (>= 3.9). -- nosy: +iritkatriel resolution: -> out of date stage: -> resolved status: open

[issue37080] Cannot compile Python3.7.3 on Alt-F (ARM)

2022-01-23 Thread Irit Katriel
Irit Katriel added the comment: 3.7 is no longer maintained. Please create a new issue if you are having this problem with a current version (>= 3.9). -- nosy: +iritkatriel resolution: -> out of date stage: -> resolved status: open

[issue41603] Compilation issue 3.8.5 with Redhat 7.8 and gcc version 4.8.5 20150623 (Red Hat 4.8.5-39) (GCC)

2022-01-23 Thread Irit Katriel
Irit Katriel added the comment: Please create a new issue if you are seeing this problem on a supported version (>= 3.9). -- nosy: +iritkatriel resolution: -> out of date stage: -> resolved status: open -> closed ___ Python tra

[issue39708] final link stage in compile fails for 3.8.1 with missing CFLAGS

2022-01-23 Thread Irit Katriel
Irit Katriel added the comment: Version 3.8 is no longer maintained. Please create a new issue if you are having this problem on a current version (>= 3.9). -- nosy: +iritkatriel resolution: -> out of date stage: -> resolved status: open

[issue39731] ModuleNotFoundError: No module named '_ctypes'

2022-01-23 Thread Irit Katriel
Change by Irit Katriel : -- resolution: -> third party stage: -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

[issue37886] PyStructSequence_UnnamedField not exported

2022-01-23 Thread Irit Katriel
Change by Irit Katriel : -- resolution: -> duplicate stage: -> resolved status: open -> closed superseder: -> PyStructSequence_UnnamedField unavailable on Windows ___ Python tracker <https://bugs.python

[issue41403] Uncaught AttributeError in unittest.mock._get_target

2022-01-23 Thread Irit Katriel
Change by Irit Katriel : -- pull_requests: +29021 pull_request: https://github.com/python/cpython/pull/30835 ___ Python tracker <https://bugs.python.org/issue41

[issue41403] Uncaught AttributeError in unittest.mock._get_target

2022-01-23 Thread Irit Katriel
Change by Irit Katriel : -- pull_requests: +29020 pull_request: https://github.com/python/cpython/pull/30834 ___ Python tracker <https://bugs.python.org/issue41

[issue41403] Uncaught AttributeError in unittest.mock._get_target

2022-01-23 Thread Irit Katriel
Irit Katriel added the comment: New changeset f7955a82e36d4c32ebdd7b7707cdf0e6ffa7a418 by Irit Katriel in branch 'main': bpo-41403: Improve error message for invalid mock target (GH-30833) https://github.com/python/cpython/commit/f7955a82e36d4c32ebdd7b7707cdf0e6ffa7a418

[issue27954] makesetup does not take into account subdirectories

2022-01-23 Thread Irit Katriel
Irit Katriel added the comment: David, is this still an issue on current versions? Can you spell out the precise steps to reproduce the problem? -- nosy: +iritkatriel status: open -> pending ___ Python tracker <https://bugs.python.org/issu

[issue24046] Incomplete build on AIX

2022-01-23 Thread Irit Katriel
Irit Katriel added the comment: 2.7 is no longer maintained. Please create new issues for build problems on current versions (>= 3.9). -- nosy: +iritkatriel resolution: -> out of date stage: -> resolved status: open -> closed ___ Py

[issue30510] c_bool type not supported for BigEndianStructure on little-endian machine

2022-01-23 Thread Irit Katriel
Irit Katriel added the comment: Reproduced on 3.11: >>> from ctypes import * >>> class r( BigEndianStructure ): ... _fields_ = [( "d0", c_uint32), ... ( "d1", c_bool ) ... ] ... Traceback (most recent call last):

[issue38472] GCC detection in setup.py is broken

2022-01-23 Thread Irit Katriel
Change by Irit Katriel : -- resolution: out of date -> versions: -Python 2.7, Python 3.5, Python 3.6, Python 3.7, Python 3.8 ___ Python tracker <https://bugs.python.org/issu

[issue41403] Uncaught AttributeError in unittest.mock._get_target

2022-01-23 Thread Irit Katriel
Change by Irit Katriel : -- keywords: +patch nosy: +iritkatriel nosy_count: 6.0 -> 7.0 pull_requests: +29019 stage: -> patch review pull_request: https://github.com/python/cpython/pull/30833 ___ Python tracker <https://bugs.python.org/i

[issue40757] tarfile: ignore_zeros = True won't raise exception even on invalid (non-zero) TARs

2022-01-23 Thread Irit Katriel
Irit Katriel added the comment: Thank you for clarifying. I can reproduce this on 3.11. -- resolution: out of date -> versions: +Python 3.10, Python 3.11, Python 3.9 -Python 3.7 ___ Python tracker <https://bugs.python.org/issu

[issue32007] deprecate the nis module

2022-01-22 Thread Irit Katriel
Change by Irit Katriel : -- title: nis module fails to build against glibc-2.26 -> deprecate the nis module type: compile error -> enhancement versions: +Python 3.11 ___ Python tracker <https://bugs.python.org/i

[issue1471934] Python libcrypt build problem on Solaris 8, 9, 10 and OpenSolaris

2022-01-22 Thread Irit Katriel
Change by Irit Katriel : -- resolution: -> out of date stage: patch review -> resolved status: open -> closed ___ Python tracker <https://bugs.python.org/

[issue1471934] Python libcrypt build problem on Solaris 8, 9, 10 and OpenSolaris

2022-01-22 Thread Irit Katriel
Irit Katriel added the comment: Python 2.4 and 2.5 are no longer maintained. Please create a new issue if you are seeing this problem on a current version (>= 3.9). -- nosy: +iritkatriel ___ Python tracker <https://bugs.python.org/issue1

[issue36257] configure with --with-icc --with-cxx-main=icpc

2022-01-22 Thread Irit Katriel
Irit Katriel added the comment: 3.7 is no longer maintained. Please create a new issue if you are having this problem with a current version (>= 3.9). -- nosy: +iritkatriel resolution: -> out of date stage: -> resolved status: open

[issue33936] OPENSSL_VERSION_1_1 never defined in _hashopenssl.c

2022-01-22 Thread Irit Katriel
Irit Katriel added the comment: Christian is this fixed? -- nosy: +iritkatriel ___ Python tracker <https://bugs.python.org/issue33936> ___ ___ Python-bugs-list m

[issue43196] logging.config.dictConfig shuts down socket for existing SysLogHandlers

2022-01-22 Thread Irit Katriel
Change by Irit Katriel : -- versions: +Python 3.10, Python 3.9 -Python 3.7, Python 3.8 ___ Python tracker <https://bugs.python.org/issue43196> ___ ___ Python-bug

[issue39854] f-strings with format specifiers have wrong col_offset

2022-01-22 Thread Irit Katriel
Irit Katriel added the comment: Closing as 3.8 is only getting security fixes now. -- resolution: -> out of date stage: -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

[issue46460] Doc/library/dis.rst lists `versionchange` twice for `WITH_EXCEPT_START`

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

[issue46460] Doc/library/dis.rst lists `versionchange` twice for `WITH_EXCEPT_START`

2022-01-22 Thread Irit Katriel
Irit Katriel added the comment: New changeset 5d735241168cefe00be177ef4152955c100177ae by Nikita Sobolev in branch 'main': bpo-46460: remove duplicated `versionchanged` from `dis.rst` (GH-30752) https://github.com/python/cpython/commit/5d735241168cefe00be177ef4152955c100177ae

[issue46453] argparse subparser help text is not escaped before string formatting

2022-01-22 Thread Irit Katriel
Irit Katriel added the comment: This is a feature. See https://docs.python.org/3/library/argparse.html#help -- nosy: +iritkatriel resolution: -> not a bug stage: -> resolved status: open -> closed ___ Python tracker <https://bug

[issue29257] Possible error in discussion of Abstract Base Classes and abstract properties

2022-01-22 Thread Irit Katriel
Change by Irit Katriel : -- stage: -> resolved status: pending -> closed ___ Python tracker <https://bugs.python.org/issue29257> ___ ___ Python-bugs-list

[issue39952] Using VS2019 to automatically build Python3 and it failed to build

2022-01-21 Thread Irit Katriel
Irit Katriel added the comment: 3.6 is no longer maintained. Can we close this now, or is this a problem on newer versions as well? -- nosy: +iritkatriel resolution: -> out of date status: open -> pending ___ Python tracker

[issue29541] Python3 error while building on Alt-F

2022-01-21 Thread Irit Katriel
Irit Katriel added the comment: 3.6 is no longer maintained, please create a new issue if you are seeing this problem on a current version (>= 3.9). -- nosy: +iritkatriel resolution: -> out of date stage: -> resolved status: open

[issue33286] Conflict between tqdm and multiprocessing on windows

2022-01-21 Thread Irit Katriel
Irit Katriel added the comment: The tqdm_multi.py works for me on 3.11 on windows. -- nosy: +iritkatriel resolution: -> works for me stage: -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

[issue33994] python build egg fails with error while compiling test cases

2022-01-21 Thread Irit Katriel
Irit Katriel added the comment: 3.6 is no longer maintained. Please create a new issue if you are seeing this on a current version (>= 3.9). -- nosy: +iritkatriel resolution: -> out of date stage: -> resolved status: open -> closed __

[issue32976] linux/random.h present but cannot be compiled

2022-01-21 Thread Irit Katriel
Irit Katriel added the comment: Thanks for reporting this. Since 3.6 is no longer maintained it's unlikely that this will be investigated. Please create a new issue if you are seeing this with a current version of Python (>= 3.9). -- nosy: +iritkatriel resolution: -> out o

[issue31817] Compilation Error with Python 3.6.1/3.6.3 with Tkinter

2022-01-21 Thread Irit Katriel
Irit Katriel added the comment: 3.6 is no longer maintained. Is this a problem on current versions or can be close this? -- nosy: +iritkatriel resolution: -> out of date status: open -> pending ___ Python tracker <https://bugs.p

[issue46458] Optimise try-except code generation for the happy path

2022-01-21 Thread Irit Katriel
Irit Katriel added the comment: See also the discussion on https://github.com/faster-cpython/ideas/issues/226. -- ___ Python tracker <https://bugs.python.org/issue46

[issue46458] Optimise try-except code generation for the happy path

2022-01-21 Thread Irit Katriel
Change by Irit Katriel : -- keywords: +patch pull_requests: +28938 stage: -> patch review pull_request: https://github.com/python/cpython/pull/30751 ___ Python tracker <https://bugs.python.org/issu

[issue46458] Optimise try-except code generation for the happy path

2022-01-21 Thread Irit Katriel
New submission from Irit Katriel : The compiler emits code for try-except-else-finally in the order in which it appears in the source, but it could probably produce faster code if it optimizes for the no-exception path. -- assignee: iritkatriel components: Interpreter Core messages

[issue40757] tarfile: ignore_zeros = True won't raise exception even on invalid (non-zero) TARs

2022-01-21 Thread Irit Katriel
Irit Katriel added the comment: I am unable to reproduce this on 3.11: >>> import tarfile >>> tarfile.open( "foo.txt" ) Traceback (most recent call last): File "", line 1, in File "/Users/iritkatriel/src/cpython-1/Lib/tarfile.py", line

[issue29858] inspect.signature includes bound argument for wrappers around decorated bound methods

2022-01-21 Thread Irit Katriel
Change by Irit Katriel : -- versions: +Python 3.10, Python 3.11, Python 3.9 -Python 3.7, Python 3.8 ___ Python tracker <https://bugs.python.org/issue29

[issue31876] python363.chm includes gibberish

2022-01-21 Thread Irit Katriel
Irit Katriel added the comment: 3.6 is no longer maintained. -- nosy: +iritkatriel resolution: -> out of date stage: -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

[issue19479] textwrap.dedent doesn't work properly with strings containing CRLF

2022-01-20 Thread Irit Katriel
Change by Irit Katriel : -- type: behavior -> enhancement versions: +Python 3.11 -Python 2.7, Python 3.3 ___ Python tracker <https://bugs.python.org/issu

[issue28982] multiprocessing.Queue.get(block=True, timeout=0) always raises queue.Empty

2022-01-20 Thread Irit Katriel
Irit Katriel added the comment: On 3.11 I get this on both Mac and windows: >>> from multiprocessing import Queue >>> q = Queue() >>> q.put('foo') >>> q.get(True, 0) # raises Empty 'foo' -- nosy: +iritkatriel resolution: -&

[issue27302] csv.Sniffer guesses wrong when unquoted fields contain quotes

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

[issue7275] CoverageResult fails to merge input file with non-empty callers in trace.py

2022-01-20 Thread Irit Katriel
Irit Katriel added the comment: The patch needs to be converted to a GitHub PR. -- nosy: +iritkatriel ___ Python tracker <https://bugs.python.org/issue7

[issue7275] CoverageResult fails to merge input file with non-empty callers in trace.py

2022-01-20 Thread Irit Katriel
Change by Irit Katriel : -- keywords: +easy -patch versions: +Python 3.10, Python 3.11, Python 3.9 -Python 3.5, Python 3.6 ___ Python tracker <https://bugs.python.org/issue7

[issue24527] The MimeTypes class cannot ignore global files per instance

2022-01-20 Thread Irit Katriel
Change by Irit Katriel : -- type: behavior -> enhancement versions: +Python 3.11 ___ Python tracker <https://bugs.python.org/issue24527> ___ ___ Python-

[issue23162] collections.abc sequences don't check identity before equality

2022-01-20 Thread Irit Katriel
Change by Irit Katriel : -- resolution: -> duplicate stage: -> resolved status: open -> closed superseder: -> Test identity first in membership operation of ItemsView, ValuesView and Sequence in collections.abc ___ Python tra

[issue37091] subprocess - uncaught PermissionError in send_signal can cause hang

2022-01-20 Thread Irit Katriel
Irit Katriel added the comment: I think this was fixed in Issue37424. -- nosy: +iritkatriel resolution: -> duplicate status: open -> pending superseder: -> subprocess.run timeout does not function if shell=True and capture_output=True _

[issue45834] Move runtime except: check to the parser

2022-01-20 Thread Irit Katriel
Irit Katriel added the comment: We decided on the PR that this is not worth doing. -- resolution: -> rejected stage: patch review -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

[issue41711] Socker send method throws a timeout exception

2022-01-19 Thread Irit Katriel
Irit Katriel added the comment: The timeout is mentioned in the documentation of create_connection, and of its getter and setter. It applies to many operations on the socket, but not mentioned for each method. Since it's pretty standard to have a timeout for network operations, I think

[issue39147] using zipfile with root privilege shows FileNotFoundError

2022-01-19 Thread Irit Katriel
Irit Katriel added the comment: 3.7 is no longer maintained. Please create a new issue if you are having this problem on a current version (>= 3.9). -- nosy: +iritkatriel resolution: -> out of date stage: -> resolved status: open

[issue39065] OSError in TarFile.getmembers()

2022-01-19 Thread Irit Katriel
Irit Katriel added the comment: Following Issue6584 it raises BadGzipFile. -- nosy: +iritkatriel ___ Python tracker <https://bugs.python.org/issue39065> ___ ___

[issue28970] ctypes.from_buffer counterpart to actively remove the mapping

2022-01-19 Thread Irit Katriel
Irit Katriel added the comment: Have you tried Mark Tolonen's suggestion on the stack overflow question, to set the instance variables to None in __exit__? -- nosy: +iritkatriel resolution: -> not a bug status: open -> pending ___ Python t

[issue46431] Trouble subclassing ExceptionGroup

2022-01-19 Thread Irit Katriel
Change by Irit Katriel : -- nosy: +gvanrossum, yselivanov ___ Python tracker <https://bugs.python.org/issue46431> ___ ___ Python-bugs-list mailing list Unsub

[issue46431] Trouble subclassing ExceptionGroup

2022-01-19 Thread Irit Katriel
Irit Katriel added the comment: > Is there any other danger in not overriding it? No issue as long as you don't use split()/subgroup() or except*. -- ___ Python tracker <https://bugs.python.org/issu

[issue46431] Trouble subclassing ExceptionGroup

2022-01-19 Thread Irit Katriel
Irit Katriel added the comment: For your use case - can you just assign the task to a field on the exception other than __note__? The only reason we needed __note__ as an official feature is because we want the interpreter's traceback code to use it. But I think you can assign any field

[issue46431] Trouble subclassing ExceptionGroup

2022-01-19 Thread Irit Katriel
Irit Katriel added the comment: Re the exceptions attribute - I don't think there's a reason not to document it, I can add that (it is mentioned in the PEP). -- ___ Python tracker <https://bugs.python.org/issue46

[issue46431] Trouble subclassing ExceptionGroup

2022-01-19 Thread Irit Katriel
Irit Katriel added the comment: We probably do need better documentation for subclassing ExceptionGroup. When you subclass an ExceptionGroup you want to make sure that split() and subgroup() (which are used by except*) will continue working, usually by defining a derive() method: https

[issue38295] test_relative_path of test_py_compile fails on macOS 10.15 Catalina

2022-01-19 Thread Irit Katriel
Irit Katriel added the comment: Is there anything more to do here? -- nosy: +iritkatriel resolution: -> fixed status: open -> pending ___ Python tracker <https://bugs.python.org/i

[issue22039] PyObject_SetAttr doesn't mention value = NULL

2022-01-19 Thread Irit Katriel
Irit Katriel added the comment: New changeset 0861a50bd434d1f3e12fe7122e37356f1fce93dc by Miss Islington (bot) in branch '3.10': bpo-22039: [doc] clarify that there are no plans to disable deleting an attribute via PyObject_SetAttr (GH-30639) (GH-30684) https://github.com/python/cpython

[issue22039] PyObject_SetAttr doesn't mention value = NULL

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

[issue22039] PyObject_SetAttr doesn't mention value = NULL

2022-01-19 Thread Irit Katriel
Irit Katriel added the comment: New changeset 3bf6315c4cabf72d64e65e6f85bf72c65137255a by Irit Katriel in branch 'main': bpo-22039: [doc] clarify that there are no plans to disable deleting an attribute via PyObject_SetAttr (GH-30639) https://github.com/python/cpython/commit

[issue38561] [doc] multiprocessing.Queue fails intermittently with "Broken pipe"

2022-01-19 Thread Irit Katriel
Irit Katriel added the comment: I don't think you're supposed to close the queue more than once. The documentation can be improved on that. Currently the documentation of close is: close() Indicate that no more data will be put on this queue by the current process. The background thread

[issue37422] Documentation on the change of __path__ in Python 3

2022-01-19 Thread Irit Katriel
Change by Irit Katriel : -- resolution: -> not a bug stage: -> resolved status: pending -> closed ___ Python tracker <https://bugs.python.or

[issue28477] Add optional user argument to pathlib.Path.home()

2022-01-18 Thread Irit Katriel
Change by Irit Katriel : -- resolution: -> rejected stage: -> resolved status: open -> closed ___ Python tracker <https://bugs.python.org/issue28477> ___ ___

[issue28169] shift exponent overflow

2022-01-18 Thread Irit Katriel
Irit Katriel added the comment: 3.7 is no longer maintained. Please open a new issue if you are still seeing this problem on a current version (>= 3.9). -- nosy: +iritkatriel resolution: -> out of date stage: -> resolved status: open

[issue34526] Path.relative_to() taking multiple arguments could be better documented

2022-01-18 Thread Irit Katriel
Change by Irit Katriel : -- keywords: +easy versions: +Python 3.10, Python 3.11, Python 3.9 -Python 3.7 ___ Python tracker <https://bugs.python.org/issue34

[issue39854] f-strings with format specifiers have wrong col_offset

2022-01-18 Thread Irit Katriel
Irit Katriel added the comment: I am unable to reproduce this on 3.11: >>> ast.parse('f"{x}"').body[0].value.values[0].value.col_offset 3 >>> ast.parse('f"{x!r}"').body[0].value.values[0].value.col_offset 3 -- nosy: +iritkatriel

[issue29860] smtplib.py doesn't capitalize EHLO.

2022-01-18 Thread Irit Katriel
Irit Katriel added the comment: It's been 5 years, it's not really a bug, and nobody seems to be interested enough to submit a patch so I'm closing this. Feel free to reopen if you want to pursue this. -- nosy: +iritkatriel resolution: -> not a bug stage: -> resolved status

[issue35107] untokenize() fails on tokenize output when a newline is missing

2022-01-18 Thread Irit Katriel
Irit Katriel added the comment: I am unable to reproduce this on 3.11: >>> tokenize.untokenize(tokenize.generate_tokens(io.StringIO('#').readline)) '#' -- nosy: +iritkatriel status: open -> pending ___ Python tracker <https://

[issue13649] termios.ICANON is not documented

2022-01-18 Thread Irit Katriel
Irit Katriel added the comment: I agree, there is no point copying over the documentation just for this one constant, there are many others and the doc clearly says where they are listed. -- nosy: +iritkatriel resolution: -> wont fix stage: -> resolved status: open -&g

[issue43118] inspect.signature() raises RuntimeError on failed to resolve the default argument value

2022-01-18 Thread Irit Katriel
Change by Irit Katriel : -- type: -> behavior versions: +Python 3.11 -Python 3.6, Python 3.7, Python 3.8 ___ Python tracker <https://bugs.python.org/issu

[issue46428] Cython Build: '_PyErr_StackItem’ has no member named ‘exc_traceback’

2022-01-18 Thread Irit Katriel
Change by Irit Katriel : -- nosy: +scoder ___ Python tracker <https://bugs.python.org/issue46428> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue46428] Cython Build: '_PyErr_StackItem’ has no member named ‘exc_traceback’

2022-01-18 Thread Irit Katriel
Irit Katriel added the comment: This is issue45711. See Stefan’s comment there. -- ___ Python tracker <https://bugs.python.org/issue46428> ___ ___ Python-bug

[issue43869] Fix documentation of epoch/time.time

2022-01-18 Thread Irit Katriel
Change by Irit Katriel : -- versions: +Python 3.11 -Python 3.10, Python 3.6, Python 3.7, Python 3.8, Python 3.9 ___ Python tracker <https://bugs.python.org/issue43

[issue46035] mimetypes.guess_type returns deprecated mimetype application/x-javascript

2022-01-18 Thread Irit Katriel
Irit Katriel added the comment: Ok, I reopened this as an enhancement request for mimetypes to know about the 'deprecated' types. If you want to push it forward it might be a good idea to bring this up on python-ideas as well. -- ___ Python

[issue46035] mimetypes.guess_type returns deprecated mimetype application/x-javascript

2022-01-18 Thread Irit Katriel
Change by Irit Katriel : -- stage: resolved -> ___ Python tracker <https://bugs.python.org/issue46035> ___ ___ Python-bugs-list mailing list Unsubscrib

[issue46035] mimetypes.guess_type returns deprecated mimetype application/x-javascript

2022-01-18 Thread Irit Katriel
Change by Irit Katriel : -- resolution: duplicate -> status: closed -> open type: behavior -> enhancement ___ Python tracker <https://bugs.python.or

[issue43975] Incorrect MIME type returned for .js files Windows 10.

2022-01-18 Thread Irit Katriel
Change by Irit Katriel : -- resolution: -> duplicate stage: -> resolved status: open -> closed superseder: -> validate mime types loaded from system files. Document that system files take precedence. ___ Python tracker <https://

[issue32462] validate mime types loaded from system files. Document that system files take precedence.

2022-01-18 Thread Irit Katriel
Irit Katriel added the comment: I've closed Issue43975 as a duplicate of this. -- ___ Python tracker <https://bugs.python.org/issue32462> ___ ___ Python-bug

[issue32462] validate mime types loaded from system files. Document that system files take precedence.

2022-01-18 Thread Irit Katriel
Irit Katriel added the comment: I've closed Issue46035 as a duplicate of this. -- nosy: +iritkatriel ___ Python tracker <https://bugs.python.org/issue32

[issue32462] validate mime types loaded from system files. Document that system files take precedence.

2022-01-18 Thread Irit Katriel
Change by Irit Katriel : -- title: mimetypes.guess_type() returns incorrectly formatted type -> validate mime types loaded from system files. Document that system files take precedence. type: behavior -> enhancement versions: +Python 3.11 -Pyth

[issue46035] mimetypes.guess_type returns deprecated mimetype application/x-javascript

2022-01-18 Thread Irit Katriel
Irit Katriel added the comment: As noted in Issue32462, the fact that system files take precedence over the definitions in the sodlib is a feature, so the proposed patch to reverse this behaviour cannot be applied unless it is decided to change the API in this way. That would require

[issue41791] mimetypes module does not recognize jp2 type

2022-01-18 Thread Irit Katriel
Irit Katriel added the comment: It is found by the module-level guess_type but not by the MimeType class's guess_type: >>> from mimetypes import MimeTypes >>> MimeTypes().guess_type('test.jp2') (None, None) >>> mimetypes.guess_type('test.jp2') ('image/jp2',

[issue1043134] Add preferred extensions for MIME types

2022-01-18 Thread Irit Katriel
Irit Katriel added the comment: PR14375 indeed adds a test for this as well (test_preferred_extension). -- nosy: +iritkatriel resolution: -> fixed stage: patch review -> resolved status: open -> closed versions: +Python 3.8 -Python 3.5 _

[issue16482] pdb.set_trace() clobbering traceback on error

2022-01-18 Thread Irit Katriel
Change by Irit Katriel : -- resolution: -> out of date stage: patch review -> resolved status: pending -> closed ___ Python tracker <https://bugs.python.or

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