[issue33300] Bad usage example in id() DocString

2020-10-31 Thread Irit Katriel
Change by Irit Katriel : -- stage: -> resolved status: pending -> closed ___ Python tracker <https://bugs.python.org/issue33300> ___ ___ Python-bugs-list

[issue763043] unable to specify another compiler

2020-10-31 Thread Irit Katriel
Change by Irit Katriel : -- versions: +Python 3.10, Python 3.9 -Python 2.7, Python 3.2 ___ Python tracker <https://bugs.python.org/issue763043> ___ ___ Python-bug

[issue2604] doctest.DocTestCase fails when run repeatedly

2020-10-31 Thread Irit Katriel
Change by Irit Katriel : -- versions: +Python 3.10, Python 3.9 -Python 2.7, Python 3.1, Python 3.2 ___ Python tracker <https://bugs.python.org/issue2604> ___ ___

[issue31504] Documentation for return value for string.rindex is missing when search string is empty

2020-10-31 Thread Irit Katriel
Change by Irit Katriel : -- resolution: -> rejected stage: patch review -> resolved status: pending -> closed type: enhancement -> behavior ___ Python tracker <https://bugs.python

[issue14219] make the Classes tutorial more gentle

2020-10-31 Thread Irit Katriel
Change by Irit Katriel : -- versions: +Python 3.10, Python 3.9 -Python 2.7, Python 3.2, Python 3.3, Python 3.4 ___ Python tracker <https://bugs.python.org/issue14

[issue12953] Function calls missing from profiler output

2020-10-31 Thread Irit Katriel
Change by Irit Katriel : -- versions: +Python 3.10, Python 3.9 -Python 3.2, Python 3.3 ___ Python tracker <https://bugs.python.org/issue12953> ___ ___ Python-bug

[issue34067] Problem with contextlib.nullcontext

2020-11-02 Thread Irit Katriel
Change by Irit Katriel : -- stage: patch review -> needs patch ___ Python tracker <https://bugs.python.org/issue34067> ___ ___ Python-bugs-list mailing list Un

[issue34067] Problem with contextlib.nullcontext

2020-11-02 Thread Irit Katriel
Change by Irit Katriel : -- pull_requests: -21767 ___ Python tracker <https://bugs.python.org/issue34067> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue22210] pdb-run-restarting-a-pdb-session

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

[issue37105] Add deprecated-remove information on stream doc

2020-10-20 Thread Irit Katriel
Irit Katriel added the comment: I checked earlier that it's not in 3.8 and 3.9, but now I double-checked and saw that it's not in master either. It was reverted here: https://github.com/python/cpython/pull/13251 -- ___ Python tracker <ht

[issue37105] Add deprecated-remove information on stream doc

2020-10-20 Thread Irit Katriel
Irit Katriel added the comment: Or more directly here: https://github.com/python/cpython/commit/6758e6e12a71ef5530146161881f88df1fa43382#diff-f82013fb4ae87c622d4c38a232b5a52e72ce06cd0f956b3d4684341f18890baa -- ___ Python tracker <ht

[issue37105] Add deprecated-remove information on stream doc

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

[issue16515] TypeError message incorrect for max() with one keyword arg

2020-10-22 Thread Irit Katriel
Change by Irit Katriel : -- versions: +Python 3.10, Python 3.8, Python 3.9 -Python 2.7, Python 3.2, Python 3.3, Python 3.4 ___ Python tracker <https://bugs.python.org/issue16

[issue14979] pdb doc: Explain how to extend debugger instead of sending readers to the source

2020-10-22 Thread Irit Katriel
Change by Irit Katriel : -- type: -> enhancement versions: +Python 3.10, Python 3.8, Python 3.9 -Python 2.7, Python 3.2, Python 3.3, Python 3.4, Python 3.5 ___ Python tracker <https://bugs.python.org/issu

[issue2350] 'exceptions' import fixer

2020-10-22 Thread Irit Katriel
Irit Katriel added the comment: Updating the versions, though it seems that you may want to close this as rejected based on the discussion. -- keywords: -needs review, patch nosy: +iritkatriel versions: +Python 3.10, Python 3.8, Python 3.9 -Python 2.7, Python 3.2, Python 3.3

[issue16094] Tuple extraction in a lambda isn't supported by 2to3

2020-10-22 Thread Irit Katriel
Irit Katriel added the comment: Updating the versions, but from the discussion I think this can probably be closed as "won't fix". -- nosy: +iritkatriel versions: +Python 3.10, Python 3.8, Python 3.9 -Python 2.7, Python 3.2, Python 3.3,

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

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

[issue37840] bytearray_getitem() handles negative index incorrectly

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

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

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

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

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

[issue12174] Multiprocessing logging levels unclear

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

[issue2774] ctypes documentation not effective

2020-10-22 Thread Irit Katriel
Change by Irit Katriel : -- assignee: -> docs@python components: +ctypes nosy: +docs@python versions: +Python 3.10, Python 3.8, Python 3.9 -Python 2.7, Python 3.2, Python 3.3, Python 3.4 ___ Python tracker <https://bugs.python.org/iss

[issue13047] imp.find_module("") and imp.find_module(".")

2020-10-22 Thread Irit Katriel
Change by Irit Katriel : -- resolution: -> out of date stage: -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

[issue13348] test_unicode_file fails: shutil.copy2 says "same file"

2020-10-22 Thread Irit Katriel
Change by Irit Katriel : -- resolution: -> out of date stage: test needed -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

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

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

[issue37553] SendfileUsingSendTest tests timeout too short for Windows ARM32

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

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

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

[issue9633] pdb go stack up/down

2020-10-22 Thread Irit Katriel
Irit Katriel added the comment: I've reproduced the bug on 3.10. -- nosy: +iritkatriel versions: +Python 3.10, Python 3.8, Python 3.9 -Python 3.2 ___ Python tracker <https://bugs.python.org/issue9

[issue11646] 2to3: msvcrt.(get|put)ch -> (get|put)wch

2020-10-22 Thread Irit Katriel
Change by Irit Katriel : -- versions: +Python 3.10, Python 3.8, Python 3.9 -Python 3.2 ___ Python tracker <https://bugs.python.org/issue11646> ___ ___ Python-bug

[issue31522] _mboxMMDF.get_string() fails to pass param to get_bytes()

2020-10-22 Thread Irit Katriel
Irit Katriel added the comment: Right! -- ___ Python tracker <https://bugs.python.org/issue31522> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue9499] DOC: C/API Execution namespace undocumented. (patch included)

2020-10-22 Thread Irit Katriel
Change by Irit Katriel : -- components: +C API keywords: -patch stage: -> needs patch title: Python C/API Execution namespace undocumented. (patch included) -> DOC: C/API Execution namespace undocumented. (patch included) type: behavior -> enhancement versions: +Python 3.1

[issue7018] Recommend "*" over "#" in getargs.c typecodes

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

[issue14322] More test coverage for hmac

2020-10-22 Thread Irit Katriel
Irit Katriel added the comment: The patch is out of date and needs to be refreshed. -- components: +Library (Lib) nosy: +iritkatriel stage: patch review -> needs patch versions: +Python 3.10, Python 3.8, Python 3.9 -Python 2.7, Python 3.2, Python 3.3, Python

[issue614557] LookupError etc. need API to get the key

2020-10-22 Thread Irit Katriel
Change by Irit Katriel : -- versions: +Python 3.10, Python 3.8, Python 3.9 -Python 3.2 ___ Python tracker <https://bugs.python.org/issue614557> ___ ___ Python-bug

[issue14655] traceback module docs should show how to print/fomat an exception object

2020-11-04 Thread Irit Katriel
Irit Katriel added the comment: As of 3.5 there is this option: traceback.TracebackException.from_exception(exc).format() Perhaps that can be mentioned in the doc for traceback.format_exception(). -- assignee: -> docs@python components: +Documentation nosy: +docs@pyt

[issue14379] Several traceback docs improvements

2020-11-04 Thread Irit Katriel
Irit Katriel added the comment: Closing this issue is out of date. Most if not all of the points mentioned have been resolved by now, and there is also a section on traceback objects [1] which is linked from the exc_info doc [2]. [1] https://docs.python.org/3/reference/datamodel.html

[issue11007] stack tracebacks should give the relevant class name

2020-11-04 Thread Irit Katriel
Change by Irit Katriel : -- versions: +Python 3.10 -Python 3.7 ___ Python tracker <https://bugs.python.org/issue11007> ___ ___ Python-bugs-list mailing list Unsub

[issue34463] Discrepancy between traceback.print_exception and sys.__excepthook__

2020-11-04 Thread Irit Katriel
Irit Katriel added the comment: Reproduced on 3.10: Running Release|Win32 interpreter... Python 3.10.0a1+ (heads/exceptionGroup-stage1-dirty:928c211ad8, Oct 28 2020, 14:36:37) [MSC v.1916 32 bit (Intel)] on win32 Type "help", "copyright", "credits" or

[issue30384] traceback.TracebackException.format shouldn't format_exc_only() when __traceback__ is None

2020-11-04 Thread Irit Katriel
Change by Irit Katriel : -- status: open -> pending ___ Python tracker <https://bugs.python.org/issue30384> ___ ___ Python-bugs-list mailing list Unsubscrib

[issue38197] Meaning of tracebacklimit differs between sys.tracebacklimit and traceback module

2020-11-04 Thread Irit Katriel
Irit Katriel added the comment: If you change your script to do sys.tracebacklimit = abs(limit) and run it with arg -3, then you get the output you expect: C:\Users\User\src\cpython>python.bat x.py -3 Running Release|Win32 interpreter... limit -3 from traceback module: Traceback (most rec

[issue1514420] Traceback display code can attempt to open a file named ""

2020-11-04 Thread Irit Katriel
Irit Katriel added the comment: I was able to reproduce it on 3.8, but I'm confused about where the open is happening because linecache.updatecache tries to avoid this: if not filename or (filename.startswith('<') and filename.endswith('>')): return [] -- nosy: +iritk

[issue30384] traceback.TracebackException.format shouldn't format_exc_only() when __traceback__ is None

2020-11-04 Thread Irit Katriel
Irit Katriel added the comment: I had no intention to insult you and apologize if I did. I assumed that you forgot about this issue since you didn't chase it for 3 years, but you are right that I should have asked. I am reopening it so that you can explain the question. Since you didn't

[issue23915] [doc] traceback set with BaseException.with_traceback() pushed back on raise

2020-11-04 Thread Irit Katriel
Change by Irit Katriel : -- title: traceback set with BaseException.with_traceback() overwritten on raise -> [doc] traceback set with BaseException.with_traceback() pushed back on raise versions: +Python 3.10, Python 3.8, Python 3.9 -Python 3.4, Python

[issue12535] Chained tracebacks are confusing because the first traceback is minimal

2020-11-04 Thread Irit Katriel
Change by Irit Katriel : -- versions: +Python 3.10, Python 3.9 -Python 3.4 ___ Python tracker <https://bugs.python.org/issue12535> ___ ___ Python-bugs-list mailin

[issue16855] traceback module leaves off module name in last line of formatted tracebacks

2020-11-04 Thread Irit Katriel
Irit Katriel added the comment: This is a python 2 only issue. -- nosy: +iritkatriel resolution: -> out of date stage: -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

[issue25573] FrameSummary repr() does not support previously working uses of repr in traceback module

2020-11-04 Thread Irit Katriel
Irit Katriel added the comment: I think the fourth element (the code line) was omitted from repr because it is not one of the constructor args for FrameSummary (it is derived from them), so it's redundant in terms of describing this instance. -- nosy: +iritkatriel versions: +Python

[issue30384] traceback.TracebackException.format shouldn't format_exc_only() when __traceback__ is None

2020-11-04 Thread Irit Katriel
Irit Katriel added the comment: Setting __traceback__ to None is not going to make the exception disappear. Note that TracebackException does not represent a traceback, it represent an exception (for rendering in tracebacks). So all information of the exception is rendered

[issue5038] urrlib2/httplib doesn't reset file position between requests

2020-11-04 Thread Irit Katriel
Change by Irit Katriel : -- components: +Documentation stage: patch review -> needs patch versions: +Python 3.10, Python 3.9 -Python 2.6 ___ Python tracker <https://bugs.python.org/iss

[issue19206] Support disabling file I/O when doing traceback formatting

2020-11-04 Thread Irit Katriel
Change by Irit Katriel : -- versions: +Python 3.10, Python 3.9 ___ Python tracker <https://bugs.python.org/issue19206> ___ ___ Python-bugs-list mailing list Unsub

[issue30384] traceback.TracebackException.format shouldn't format_exc_only() when __traceback__ is None

2020-11-04 Thread Irit Katriel
Irit Katriel added the comment: The traceback is only one part of an exception. It is simply a list of frames that show where the exception travelled between being raised and being caught. An exception contains information about an error, including the type of the exception, sometimes some

[issue42259] pprint: infinite recursion for saferepr() when using nested objects, but str() works

2020-11-04 Thread Irit Katriel
Irit Katriel added the comment: I think this is a bug. There is recursion detection in pprint for dicts, lists and tuples, but it only applies when __repr__ has not been overridden in a subclass. If you remove the __repr__ definition from NiceObject then str(s) works. -- nosy

[issue30384] traceback.TracebackException.format shouldn't format_exc_only() when __traceback__ is None

2020-11-04 Thread Irit Katriel
Irit Katriel added the comment: __traceback__ doesn't disable printing tracebacks. It *is* the traceback. By setting it to None you erased the exception's traceback. -- ___ Python tracker <https://bugs.python.org/issue30

[issue30384] traceback.TracebackException.format shouldn't format_exc_only() when __traceback__ is None

2020-11-04 Thread Irit Katriel
Irit Katriel added the comment: The python-ideas list is where ideas for enhancements and improvements are discussed. I suggest you bring this up there. https://mail.python.org/mailman3/lists/python-ideas.python.org/ -- ___ Python tracker

[issue30384] traceback.TracebackException.format shouldn't format_exc_only() when __traceback__ is None

2020-11-04 Thread Irit Katriel
Irit Katriel added the comment: I'm going to close this issue because it's not a bug. I understand your question now, as well as the source of your confusion: you thought that traceback is "the thing that is printed to the screen when an exception is raised" and that __t

[issue11346] Generator object should be mentioned in gc module document

2020-11-04 Thread Irit Katriel
Irit Katriel added the comment: This section is very different now: https://docs.python.org/3/library/gc.html#gc.garbage Should this be closed as out of date? -- nosy: +iritkatriel ___ Python tracker <https://bugs.python.org/issue11

[issue10529] [doc] Write argparse i18n howto

2020-11-05 Thread Irit Katriel
Change by Irit Katriel : -- title: Write argparse i18n howto -> [doc] Write argparse i18n howto versions: +Python 3.10, Python 3.8, Python 3.9 -Python 3.2 ___ Python tracker <https://bugs.python.org/issu

[issue26053] regression in pdb output between 2.7 and 3.5

2020-11-05 Thread Irit Katriel
Change by Irit Katriel : -- Removed message: https://bugs.python.org/msg377666 ___ Python tracker <https://bugs.python.org/issue26053> ___ ___ Python-bugs-list m

[issue26053] regression in pdb output between 2.7 and 3.5

2020-11-05 Thread Irit Katriel
Irit Katriel added the comment: I like the idea of adding it to the Restart exception. Should we do this refactor in the same PR as fixing the regression or keep them separate? -- ___ Python tracker <https://bugs.python.org/issue26

[issue4683] tests missing in urllib2

2020-11-04 Thread Irit Katriel
Change by Irit Katriel : -- components: +Tests resolution: fixed -> title: urllib2.HTTPDigestAuthHandler fails on third hostname? -> tests missing in urllib2 versions: +Python 3.10, Python 3.8, Python 3.9 -Python 2.6 ___ Python tracker

[issue1767511] SocketServer.DatagramRequestHandler with empty response

2020-11-04 Thread Irit Katriel
Change by Irit Katriel : -- assignee: -> docs@python components: +Documentation nosy: +docs@python stage: patch review -> needs patch versions: +Python 3.10, Python 3.8, Python 3.9 -Python 2.6 ___ Python tracker <https://bugs.p

[issue6304] Confusing error message when passing bytes to print with file pointing to a binary file

2020-11-06 Thread Irit Katriel
Change by Irit Katriel : -- stage: test needed -> versions: +Python 3.10, Python 3.8, Python 3.9 -Python 3.2, Python 3.3 ___ Python tracker <https://bugs.python.org/iss

[issue14791] setup.py only adds /prefix/lib, not /prefix/lib64

2020-11-06 Thread Irit Katriel
Irit Katriel added the comment: Was this resolved by the fix for https://bugs.python.org/issue32059? -- nosy: +iritkatriel ___ Python tracker <https://bugs.python.org/issue14

[issue12739] read stuck with multithreading and simultaneous subprocess.Popen

2020-11-06 Thread Irit Katriel
Irit Katriel added the comment: I will close this as out of date unless someone objects. -- nosy: +iritkatriel status: open -> pending ___ Python tracker <https://bugs.python.org/issu

[issue8988] import + coding = failure (3.1.2/win32)

2020-11-06 Thread Irit Katriel
Irit Katriel added the comment: I think this can be closed as out of date. -- nosy: +iritkatriel status: open -> pending ___ Python tracker <https://bugs.python.org/iss

[issue13122] Out of date links in the sidebar of the documentation index of versions 3.1 and 3.2

2020-11-06 Thread Irit Katriel
Irit Katriel added the comment: This is still unresolved. For instance, this says 3.7 is in development: https://docs.python.org/release/3.6.2/ -- nosy: +iritkatriel versions: +Python 3.10, Python 3.8, Python 3.9 -Python 3.1, Python 3.2 ___ Python

[issue16238] Automatically remove build directory when build options changed

2020-11-06 Thread Irit Katriel
Change by Irit Katriel : -- versions: +Python 3.10, Python 3.8, Python 3.9 -Python 2.7, Python 3.2, Python 3.3 ___ Python tracker <https://bugs.python.org/issue16

[issue15049] [doc] say in open() doc that line buffering only applies to write

2020-11-06 Thread Irit Katriel
Change by Irit Katriel : -- title: line buffering isn't always -> [doc] say in open() doc that line buffering only applies to write versions: +Python 3.10, Python 3.8, Python 3.9 -Python 3.2, Python 3.3 ___ Python tracker <https://bugs.pyth

[issue25516] threading.Condition._is_owned() is wrong when using threading.Lock

2020-11-06 Thread Irit Katriel
Change by Irit Katriel : -- versions: +Python 3.10, Python 3.8, Python 3.9 -Python 2.7, Python 3.2, Python 3.3, Python 3.4, Python 3.5, Python 3.6 ___ Python tracker <https://bugs.python.org/issue25

[issue8576] test_support.find_unused_port can cause socket conflicts on Windows

2020-11-06 Thread Irit Katriel
Irit Katriel added the comment: There are still several tests that use find_unused_port: test_asyncio/test_events.py test_asyncio/test_proactor_events.py test_asyncio/test_sendfile.py test_asyncio/test_unix_events.py test_ftplib.py test_httplib.py test_largefile.py test_socket.py

[issue12588] test_capi.test_subinterps() failed on OpenBSD (powerpc)

2020-11-06 Thread Irit Katriel
Change by Irit Katriel : -- resolution: -> out of date stage: -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

[issue13433] [doc] Improve string format documentation regarding %g

2020-11-06 Thread Irit Katriel
Change by Irit Katriel : -- title: String format documentation contains error regarding %g -> [doc] Improve string format documentation regarding %g versions: +Python 3.10, Python 3.8, Python 3.9 -Python 2.7, Python 3.2, Python 3.3 ___ Pyt

[issue16212] mmap() dumps core upon resizing the underlying file

2020-11-06 Thread Irit Katriel
Change by Irit Katriel : -- versions: +Python 3.10, Python 3.8, Python 3.9 -Python 3.2, Python 3.3, Python 3.4 ___ Python tracker <https://bugs.python.org/issue16

[issue25769] Crash due to using weakref referent without acquiring a strong reference

2020-11-06 Thread Irit Katriel
Change by Irit Katriel : -- versions: +Python 3.10, Python 3.8, Python 3.9 -Python 2.7, Python 3.2, Python 3.3, Python 3.4, Python 3.5, Python 3.6 ___ Python tracker <https://bugs.python.org/issue25

[issue12625] sporadic test_unittest failure

2020-11-06 Thread Irit Katriel
Irit Katriel added the comment: Is this test still failing? Or can this be closed? -- nosy: +iritkatriel status: open -> pending ___ Python tracker <https://bugs.python.org/issu

[issue6253] optparse.OptionParser.get_usage uses wrong formatter

2020-11-06 Thread Irit Katriel
Irit Katriel added the comment: Jan, if you are still interested in fixing this you would need to add a test to the patch. -- nosy: +iritkatriel versions: +Python 3.10, Python 3.8, Python 3.9 -Python 2.6 ___ Python tracker <ht

[issue12436] [doc] Missing items in installation/setup instructions

2020-11-06 Thread Irit Katriel
Change by Irit Katriel : -- title: Missing items in installation/setup instructions -> [doc] Missing items in installation/setup instructions versions: +Python 3.10, Python 3.8, Python 3.9 -Python 2.7, Python 3.2, Python 3.3 ___ Python trac

[issue16399] argparse: append action with default list adds to list instead of overriding

2020-11-06 Thread Irit Katriel
Change by Irit Katriel : -- versions: +Python 3.10, Python 3.8, Python 3.9 -Python 2.7, Python 3.2, Python 3.3, Python 3.4 ___ Python tracker <https://bugs.python.org/issue16

[issue16878] argparse: positional args with nargs='*' defaults to []

2020-11-06 Thread Irit Katriel
Change by Irit Katriel : -- versions: +Python 3.10, Python 3.8, Python 3.9 -Python 2.7, Python 3.2, Python 3.3, Python 3.4 ___ Python tracker <https://bugs.python.org/issue16

[issue12611] 2to3 crashes when converting doctest using reduce()

2020-11-06 Thread Irit Katriel
Irit Katriel added the comment: The test in issue12611_test.patch is still failing. -- nosy: +iritkatriel versions: +Python 3.10, Python 3.8, Python 3.9 -Python 2.7, Python 3.2, Python 3.3 ___ Python tracker <https://bugs.python.org/issue12

[issue1375011] http.cookies, Cookie.py: Improper handling of duplicate cookies

2020-11-06 Thread Irit Katriel
Change by Irit Katriel : -- versions: +Python 3.10, Python 3.8, Python 3.9 -Python 2.7, Python 3.1, Python 3.2 ___ Python tracker <https://bugs.python.org/issue1375

[issue16834] ioctl mutate_flag behavior in regard to the buffer size limit

2020-11-06 Thread Irit Katriel
Change by Irit Katriel : -- versions: +Python 3.10, Python 3.8, Python 3.9 -Python 2.6, Python 3.4 ___ Python tracker <https://bugs.python.org/issue16

[issue11176] [doc] give more meaningful argument names in argparse documentation

2020-11-06 Thread Irit Katriel
Change by Irit Katriel : -- title: give more meaningful argument names in argparse documentation -> [doc] give more meaningful argument names in argparse documentation versions: +Python 3.10, Python 3.8, Python 3.9 -Python 2.7, Python 3.2, Python

[issue7057] tkinter doc: more 3.x updates

2020-11-06 Thread Irit Katriel
Change by Irit Katriel : -- versions: +Python 3.10, Python 3.8, Python 3.9 -Python 3.1, Python 3.2 ___ Python tracker <https://bugs.python.org/issue7057> ___ ___

[issue17404] ValueError: can't have unbuffered text I/O for io.open(1, 'wt', 0)

2020-11-06 Thread Irit Katriel
Change by Irit Katriel : -- versions: +Python 3.10, Python 3.8, Python 3.9 -Python 2.7, Python 3.2, Python 3.3, Python 3.4 ___ Python tracker <https://bugs.python.org/issue17

[issue14019] Unify tests for str.format and string.Formatter

2020-11-06 Thread Irit Katriel
Change by Irit Katriel : -- versions: +Python 3.10, Python 3.8, Python 3.9 -Python 2.6, Python 3.3, Python 3.4 ___ Python tracker <https://bugs.python.org/issue14

[issue8488] Docstrings of non-data descriptors "ignored"

2020-11-06 Thread Irit Katriel
Irit Katriel added the comment: I got this output on 3.10, so I think this has been fixed: lass Demo(builtins.object) | Readonly properties defined here: | | data | | non_data | | prop | Doc of a property

[issue32300] print(os.environ.keys()) should only print the keys

2020-11-06 Thread Irit Katriel
Change by Irit Katriel : -- type: -> behavior versions: +Python 3.10, Python 3.9 -Python 3.7 ___ Python tracker <https://bugs.python.org/issue32300> ___ _

[issue10551] mimetypes read from the registry should not overwrite standard mime mappings

2020-11-06 Thread Irit Katriel
Irit Katriel added the comment: >From the discussion I conclude that all three issues reported here have been >resolved. If nobody objects I will close this issue. -- nosy: +iritkatriel resolution: not a bug -> out of date status: open -

[issue8041] No documentation for Py_TPFLAGS_HAVE_STACKLESS_EXTENSION or Py_TPFLAGS_HAVE_VERSION_TAG.

2020-11-06 Thread Irit Katriel
Change by Irit Katriel : -- versions: +Python 3.10, Python 3.8, Python 3.9 -Python 3.1, Python 3.2, Python 3.3 ___ Python tracker <https://bugs.python.org/issue8

[issue8535] passing optimization flags to the linker required for builds with gcc -flto

2020-11-06 Thread Irit Katriel
Irit Katriel added the comment: I think this was resolved by issue9189. -- nosy: +iritkatriel status: open -> pending ___ Python tracker <https://bugs.python.org/iss

[issue10016] shutil.copyfile -- allow sparse copying

2020-11-06 Thread Irit Katriel
Change by Irit Katriel : -- versions: +Python 3.10, Python 3.8, Python 3.9 -Python 3.2 ___ Python tracker <https://bugs.python.org/issue10016> ___ ___ Python-bug

[issue1576313] [doc] os.execvp[e] on win32 fails for current directory

2020-11-06 Thread Irit Katriel
Change by Irit Katriel : -- title: os.execvp[e] on win32 fails for current directory -> [doc] os.execvp[e] on win32 fails for current directory versions: +Python 3.10, Python 3.8, Python 3.9 -Python 2.7, Python 3.1, Python 3.2 ___ Python trac

[issue25228] Regression in http.cookies parsing with brackets and quotes

2020-11-06 Thread Irit Katriel
Change by Irit Katriel : -- versions: +Python 3.10, Python 3.8, Python 3.9 -Python 2.7, Python 3.2, Python 3.3, Python 3.4, Python 3.5, Python 3.6 ___ Python tracker <https://bugs.python.org/issue25

[issue16784] Int tests enhancement and refactoring

2020-11-06 Thread Irit Katriel
Irit Katriel added the comment: It seems that all dependencies are complete, so if nobody will object I will close this too. -- nosy: +iritkatriel status: open -> pending ___ Python tracker <https://bugs.python.org/issu

[issue17251] LWPCookieJar load() set domain_specifed wrong

2020-11-06 Thread Irit Katriel
Change by Irit Katriel : -- versions: +Python 3.10, Python 3.8, Python 3.9 -Python 2.6, Python 2.7, Python 3.1, Python 3.2, Python 3.3, Python 3.4, Python 3.5 ___ Python tracker <https://bugs.python.org/issue17

[issue15097] Improving wording on the thread-safeness of import

2020-12-31 Thread Irit Katriel
Irit Katriel added the comment: The threading doc no longer mentions import at all. Any objections to closing this issue as out of date? Or is there anything else to look into here? -- nosy: +iritkatriel resolution: -> out of date status: open -> p

[issue25479] Increase unit test coverage for abc.py

2021-01-01 Thread Irit Katriel
Irit Katriel added the comment: This PR probably doesn't improve test coverage because the feature is tested indirectly (and directly from test_typing). But I think this test should be added nevertheless for completeness and to demonstrate how the feature works. That said, this test shows

[issue25479] Increase unit test coverage for abc.py

2021-01-01 Thread Irit Katriel
Change by Irit Katriel : -- versions: -Python 3.8, Python 3.9 ___ Python tracker <https://bugs.python.org/issue25479> ___ ___ Python-bugs-list mailing list Unsub

[issue41463] Avoid duplicating jump information from opcode.py in compile.c

2021-01-03 Thread Irit Katriel
Irit Katriel added the comment: This seems complete, unless you still want to backport? -- nosy: +iritkatriel resolution: -> fixed status: open -> pending ___ Python tracker <https://bugs.python.org/i

[issue42832] classmethod change in 3.9 needs better documentation

2021-01-05 Thread Irit Katriel
New submission from Irit Katriel : The change in issue 19072 broke our code where a decorator assumes that __get__ is only called for instance methods. It might be worth adding this to What's new in 3.9. Also in the documentation: https://docs.python.org/3/library/functions.html#classmethod

<    3   4   5   6   7   8   9   10   11   12   >