Change by Irit Katriel :
--
components: +Library (Lib)
versions: +Python 3.10, Python 3.11, Python 3.9 -Python 2.7, Python 3.3, Python
3.4
___
Python tracker
<https://bugs.python.org/issue20
Irit Katriel added the comment:
asyncio.coroutine was removed in 3.10, so this is no longer relevant.
--
nosy: +iritkatriel
resolution: -> out of date
stage: -> resolved
status: open -> closed
___
Python tracker
<https://bug
Irit Katriel added the comment:
That paragraph was edited here:
https://github.com/python/cpython/commit/b9fdb7a452c2b6f7a628118b5f695bd061b62cc8
but this point was not added.
--
nosy: +iritkatriel
title: codecs.open() + eol (windows) -> [doc] codecs.open() + eol (windows)
versi
Change by Irit Katriel :
--
keywords: +easy
title: import silently prefers package over module when both available -> [doc]
import silently prefers package over module when both available
versions: +Python 3.10, Python 3.11, Python 3.9 -Python 2.7, Python 3.3, Python
Change by Irit Katriel :
--
keywords: +easy -patch
title: Clarify copyreg.pickle() documentation -> [doc] Clarify copyreg.pickle()
documentation
versions: +Python 3.10, Python 3.11, Python 3.9 -Python 3.5, Python 3.6, Python
3.7
___
Python trac
Change by Irit Katriel :
--
keywords: +easy
title: configparser: modifying default_section at runtime -> [doc ]
configparser: modifying default_section at runtime
versions: +Python 3.10, Python 3.11, Python 3.9 -Python 3.5, Python 3.6, Python
Change by Irit Katriel :
--
status: pending -> closed
___
Python tracker
<https://bugs.python.org/issue45773>
___
___
Python-bugs-list mailing list
Unsubscrib
Change by Irit Katriel :
--
status: pending -> closed
___
Python tracker
<https://bugs.python.org/issue45779>
___
___
Python-bugs-list mailing list
Unsubscrib
Change by Irit Katriel :
--
stage: -> resolved
status: pending -> closed
___
Python tracker
<https://bugs.python.org/issue15757>
___
___
Python-bugs-list
Change by Irit Katriel :
--
stage: -> resolved
status: pending -> closed
___
Python tracker
<https://bugs.python.org/issue13473>
___
___
Python-bugs-list
Change by Irit Katriel :
--
resolution: -> wont fix
stage: -> resolved
status: pending -> closed
___
Python tracker
<https://bugs.python.or
Change by Irit Katriel :
--
resolution: -> rejected
stage: patch review -> resolved
status: pending -> closed
___
Python tracker
<https://bugs.python.or
Change by Irit Katriel :
--
stage: -> resolved
status: pending -> closed
___
Python tracker
<https://bugs.python.org/issue41702>
___
___
Python-bugs-list
Change by Irit Katriel :
--
stage: needs patch -> resolved
status: pending -> closed
___
Python tracker
<https://bugs.python.org/issue22293>
___
___
Pyth
Change by Irit Katriel :
--
stage: -> resolved
status: pending -> closed
___
Python tracker
<https://bugs.python.org/issue40821>
___
___
Python-bugs-list
Change by Irit Katriel :
--
assignee: -> docs@python
components: +Documentation -Interpreter Core
keywords: +easy
nosy: +docs@python
title: open builtin function: specifying the size of buffer has no effect for
text files -> [doc] open builtin function: specifying the size of
Irit Katriel added the comment:
We could make the error message less wrong:
>>> p.parse_args(['d'])
usage: [-h] {a,b,c}
: error: argument a: invalid choice: 'd' (choose a value in 'abc')
% git diff
diff --git a/Lib/argparse.py b/Lib/argparse.py
index
Irit Katriel added the comment:
Reproduced on 3.11:
>>> import argparse
>>> parser = argparse.ArgumentParser()
>>> parser.add_argument('foo', type=int, choices=range(20),
>>> metavar='range(0,20)')
_StoreAction(option_strings=[],
Change by Irit Katriel :
--
type: -> enhancement
versions: +Python 3.11 -Python 2.7, Python 3.2, Python 3.3
___
Python tracker
<https://bugs.python.org/issu
Irit Katriel added the comment:
I am unable to reproduce this problem on 3.11 on a Mac.
--
nosy: +iritkatriel
status: open -> pending
___
Python tracker
<https://bugs.python.org/issu
Irit Katriel added the comment:
I'm unable to reproduce this problem on 3.11:
>>> import argparse
>>> parser = argparse.ArgumentParser()
>>> group = parser.add_mutually_exclusive_group()
>>> group.add_argument('--spam', help=argparse.SUP
Irit Katriel added the comment:
Reproduced on 3.11:
>>> urllib.parse.urlparse('http://www.google.com:/abc')
ParseResult(scheme='http', netloc='www.google.com:', path='/abc', params='',
query='', fragment='
Irit Katriel added the comment:
I am unable to reproduce this on 3.11:
% ./python.exe tt.py -h
usage: tt.py [-h] [[-hello]]
options:
-h, --help show this help message and exit
-hello A flag
--
nosy: +iritkatriel
status: open -> pend
Irit Katriel added the comment:
In 3.11 the problem is still there, but the cutoff to make Eric's script show
it is now 26 rather than 8:
% ./python.exe tt.py 25
usage: tt.py [-h] [-v | -q | -x [X] | -y [Y] | Z | Z | Z | Z | Z | Z | Z | Z |
Z | Z | Z | Z | Z | Z | Z | Z | Z | Z | Z |
Change by Irit Katriel :
--
versions: +Python 3.10, Python 3.11, Python 3.9 -Python 3.4, Python 3.5, Python
3.6, Python 3.7
___
Python tracker
<https://bugs.python.org/issue34
Irit Katriel added the comment:
Reproduced on 3.11:
>>> argparse.ArgumentParser(add_help=False, parents=[parent]).print_help()
usage: [--foo FOO] [-a | -b]
options:
-a
-b
the group:
--foo FOO
--
nosy: +iritkatriel
versions: +Python 3.10, Python 3.11, Python 3.9 -P
Irit Katriel added the comment:
Adding a space as Paul suggests works. I'll close this soon if nobody objects.
--
nosy: +iritkatriel
resolution: -> wont fix
status: open -> pending
___
Python tracker
<https://bugs.python.
Irit Katriel added the comment:
Reproduced on 3.11.
>>> parser.parse_args([])
usage: [-h] [-V] COMMAND [ARGUMENT ...]
: error: the following arguments are required: COMMAND, ARGUMENT
--
nosy: +iritkatriel
versions: +Python 3.10, Python 3.11, Python 3.9 -P
Change by Irit Katriel :
--
versions: +Python 3.10, Python 3.11, Python 3.9 -Python 2.7, Python 3.2, Python
3.3, Python 3.4
___
Python tracker
<https://bugs.python.org/issue15
Irit Katriel added the comment:
>From the discussion and "rejected" resolution it looks like the intention was
>to close this issue. I will do that soon if nobody objects.
--
nosy: +iritkatriel
status: open -> pending
___
Pyt
Change by Irit Katriel :
--
stage: -> resolved
status: open -> closed
___
Python tracker
<https://bugs.python.org/issue17113>
___
___
Python-bugs-list
Irit Katriel added the comment:
This test passes on 3.11 (on a Mac).
--
nosy: +iritkatriel
status: open -> pending
___
Python tracker
<https://bugs.python.org/issu
Irit Katriel added the comment:
Reproduced on 3.11.
--
nosy: +iritkatriel
versions: +Python 3.10, Python 3.11, Python 3.9 -Python 3.4, Python 3.5
___
Python tracker
<https://bugs.python.org/issue21
Change by Irit Katriel :
--
resolution: -> wont fix
stage: -> resolved
status: pending -> closed
___
Python tracker
<https://bugs.python.or
Change by Irit Katriel :
--
stage: -> resolved
status: pending -> closed
___
Python tracker
<https://bugs.python.org/issue18636>
___
___
Python-bugs-list
Irit Katriel added the comment:
I think this issue was resolved by now. This is what happens on 3.11:
>>> l = ["abc", range(3)]
>>> g = [(yield from i) for i in l]
File "", line 1
SyntaxError: 'yield' inside list comprehension
>&g
Irit Katriel added the comment:
New changeset 0fe104fce7da709edddb701baa2249e3275db1fd by Irit Katriel in
branch 'main':
bpo-45635: refactor print_exception_recursive into smaller functions to
standardize error handling (GH-30015)
https://github.com/python/cpyt
Irit Katriel added the comment:
I'm unable to reproduce this on 3.11 on a Mac. Has it been fixed?
--
nosy: +iritkatriel
status: open -> pending
___
Python tracker
<https://bugs.python.or
Irit Katriel added the comment:
Adam, do you have a suggestion what the check should be?
--
nosy: +iritkatriel
versions: +Python 3.11 -Python 3.5, Python 3.6
___
Python tracker
<https://bugs.python.org/issue25
Irit Katriel added the comment:
Reproduced on 3.11.
--
nosy: +iritkatriel
versions: +Python 3.10, Python 3.11, Python 3.9 -Python 3.3
___
Python tracker
<https://bugs.python.org/issue20
Irit Katriel added the comment:
Thanks, I'll close this and we can revisit if a new use case turns up.
--
resolution: -> later
stage: -> resolved
status: open -> closed
___
Python tracker
<https://bugs.pyth
Irit Katriel added the comment:
I think this problem is actually simpler than what we've been discussing.
First, note that by-and-large our current system works:
>>> try:
... raise VE(1)
... except VE as e1:
... try:
... raise VE(2)
... except VE as e2:
... raise
Change by Irit Katriel :
--
keywords: +easy -patch
___
Python tracker
<https://bugs.python.org/issue23469>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Irit Katriel :
--
components: +asyncio
nosy: +asvetlov, yselivanov
___
Python tracker
<https://bugs.python.org/issue46040>
___
___
Python-bugs-list m
Irit Katriel added the comment:
Don't discuss on a closed issue. Create a new one if there is still a problem.
--
___
Python tracker
<https://bugs.python.org/is
Change by Irit Katriel :
--
pull_requests: +28280
status: pending -> open
pull_request: https://github.com/python/cpython/pull/30060
___
Python tracker
<https://bugs.python.org/issu
Change by Irit Katriel :
--
stage: needs patch -> resolved
status: pending -> closed
___
Python tracker
<https://bugs.python.org/issue12833>
___
___
Pyth
Irit Katriel added the comment:
This is all sorted now:
iritkatriel@Irits-MBP cpython % grep "PyModule_AddObject(" Modules/pyexpat.c
if (PyModule_AddObject(mod, name, submodule) < 0) {
if (PyModule_AddObject(errors_module, "codes", codes_dict) < 0) {
Irit Katriel added the comment:
This function now looks like this:
PyMODINIT_FUNC
PyInit__locale(void)
{
return PyModuleDef_Init(&_localemodule);
}
--
nosy: +iritkatriel
resolution: -> out of date
stage: patch review -> resolved
status: open
Irit Katriel added the comment:
This example is not working for me on 3.11:
>>> from multiprocessing import Process
>>> from time import sleep
>>> from os import getpid
>>>
>>> def log(daemon_mode):
... while True:
...
Irit Katriel added the comment:
That piece of code is still there, the function is now called os_kill_impl.
--
nosy: +iritkatriel
versions: +Python 3.10, Python 3.11, Python 3.9 -Python 2.7, Python 3.4, Python
3.5
___
Python tracker
<ht
Irit Katriel added the comment:
Reproduced on 3.11.
--
nosy: +iritkatriel
versions: +Python 3.10, Python 3.11, Python 3.9 -Python 2.7, Python 3.5, Python
3.6, Python 3.7
___
Python tracker
<https://bugs.python.org/issue27
Change by Irit Katriel :
--
versions: +Python 3.10, Python 3.11, Python 3.9 -Python 3.5, Python 3.6
___
Python tracker
<https://bugs.python.org/issue27
Change by Irit Katriel :
--
versions: +Python 3.10, Python 3.11, Python 3.9 -Python 2.7, Python 3.5, Python
3.6, Python 3.7, Python 3.8
___
Python tracker
<https://bugs.python.org/issue37
Change by Irit Katriel :
--
versions: +Python 3.10, Python 3.11, Python 3.9 -Python 2.7, Python 3.5, Python
3.6, Python 3.7, Python 3.8
___
Python tracker
<https://bugs.python.org/issue37
Irit Katriel added the comment:
I am unable to reproduce this on 3.11:
>>> with open(b'lkml-exception.mail', mode = 'r') as f:
... msg = email.message_from_file(f, policy=email.policy.SMTP)
...
Traceback (most recent call last):
File "", line 2, in
Change by Irit Katriel :
--
versions: +Python 3.10, Python 3.11, Python 3.9 -Python 3.5
___
Python tracker
<https://bugs.python.org/issue26571>
___
___
Python-bug
Irit Katriel added the comment:
Reproduced on 3.11:
>>> import argparse
>>> parser = argparse.ArgumentParser(prog='PROG')
>>>
>>> parser.add_argument('--badger', nargs='+')
_StoreAction(option_strings=['--badger'],
Change by Irit Katriel :
--
versions: +Python 3.10, Python 3.11, Python 3.9 -Python 2.7, Python 3.4, Python
3.5, Python 3.6, Python 3.7, Python 3.8
___
Python tracker
<https://bugs.python.org/issue34
Change by Irit Katriel :
--
resolution: -> out of date
stage: needs patch -> resolved
status: open -> closed
___
Python tracker
<https://bugs.python.o
Change by Irit Katriel :
--
resolution: -> out of date
stage: -> resolved
status: open -> closed
___
Python tracker
<https://bugs.python.or
Change by Irit Katriel :
--
versions: +Python 3.10, Python 3.11, Python 3.9 -Python 3.3, Python 3.4
___
Python tracker
<https://bugs.python.org/issue19
Change by Irit Katriel :
--
versions: +Python 3.10, Python 3.11, Python 3.9 -Python 2.7, Python 3.5, Python
3.6, Python 3.7, Python 3.8
___
Python tracker
<https://bugs.python.org/issue35
Change by Irit Katriel :
--
stage: -> resolved
status: pending -> closed
___
Python tracker
<https://bugs.python.org/issue9436>
___
___
Python-bugs-list
Change by Irit Katriel :
--
versions: +Python 3.10, Python 3.11 -Python 3.5, Python 3.6, Python 3.7, Python
3.8
___
Python tracker
<https://bugs.python.org/issue41
Irit Katriel added the comment:
I restored one non-spam message from the OP that was deleted.
Changing to enhancement because this is not a bug (i.e., deviation from
documentation).
I don't know enough about this to have a view on whether this enhancement
request should be acc
Irit Katriel added the comment:
runtktests.py was deleted here: https://github.com/python/cpython/pull/28929
--
nosy: +iritkatriel
resolution: -> out of date
stage: -> resolved
status: open -> closed
___
Python tracker
<https://bug
Irit Katriel added the comment:
The code looks very different from the patch now, is this issue still relevant?
--
nosy: +iritkatriel
status: open -> pending
___
Python tracker
<https://bugs.python.org/issu
Change by Irit Katriel :
--
versions: +Python 3.11 -Python 3.5
___
Python tracker
<https://bugs.python.org/issue22858>
___
___
Python-bugs-list mailing list
Unsub
Irit Katriel added the comment:
Re-enabling the test is tracked on 20128, so this issue is no longer needed.
--
nosy: +iritkatriel
resolution: -> fixed
stage: patch review -> resolved
status: open -> closed
___
Python tracke
Change by Irit Katriel :
--
versions: +Python 3.10, Python 3.11, Python 3.9 -Python 3.4
___
Python tracker
<https://bugs.python.org/issue20128>
___
___
Python-bug
Change by Irit Katriel :
--
versions: +Python 3.11 -Python 3.5
___
Python tracker
<https://bugs.python.org/issue17840>
___
___
Python-bugs-list mailing list
Unsub
Change by Irit Katriel :
--
title: Unintuitive error when using generator expression in class property ->
[doc] Unintuitive error when using generator expression in class property
versions: +Python 3.10, Python 3.11, Python 3.9 -Python 2.7, Python 3.5, Python
Irit Katriel added the comment:
The www.example.com url was replaced by a local one in Issue36019, so this
seems to complete what remained to do here.
--
nosy: +iritkatriel
resolution: -> fixed
stage: -> resolved
status: open -&g
Irit Katriel added the comment:
Since 3.8 we have threading.excepthook() so the situation is different now:
https://github.com/python/cpython/pull/13515
I think it still makes sense to change the wording of the doc for sys.exit() a
bit, and add a reference to the relevant section of the
Irit Katriel added the comment:
It seems that most of the tests in this script were written after this issue
was created. If there is still need to extend them, it would help to elaborate
here on what is still needed. Otherwise, we could close this.
--
nosy: +iritkatriel
Irit Katriel added the comment:
Reproduced on 3.11.
--
nosy: +iritkatriel
versions: +Python 3.10, Python 3.11, Python 3.9 -Python 3.4, Python 3.5
___
Python tracker
<https://bugs.python.org/issue22
Irit Katriel added the comment:
issue15745 has been fixed in the meantime (about 6 years ago).
If nobody objects I will close this as out of date. If there is still a problem
with the test is will be reported for a current python version.
--
nosy: +iritkatriel
resolution: -> out
Change by Irit Katriel :
--
versions: +Python 3.10, Python 3.11, Python 3.9 -Python 3.3, Python 3.4
___
Python tracker
<https://bugs.python.org/issue18
Change by Irit Katriel :
--
resolution: -> wont fix
stage: -> resolved
status: pending -> closed
___
Python tracker
<https://bugs.python.or
Irit Katriel added the comment:
3.4 is no longer maintained. Please create a new issue if you are still having
this problem on a current python version (>= 3.9).
--
resolution: -> out of date
stage: -> resolved
status: pending
Change by Irit Katriel :
--
assignee: -> docs@python
components: +Documentation
nosy: +docs@python
title: email docstrings and comments say about Unicode strings -> email
docstrings and comments use python 2 language (Unicode strings)
___
Irit Katriel added the comment:
Ross, the link to your code no longer works. Do you still have it, and if so
could you paste/upload it here?
--
nosy: +iritkatriel
status: open -> pending
___
Python tracker
<https://bugs.python.org/iss
Irit Katriel added the comment:
The encoding functions are now doing
orig = msg.get_payload(decode=True)
Does this fix the double-encoding issue?
This change was made in
https://github.com/python/cpython/commit/00ae435deef434f471e39bea3f3ab3a3e3cd90fe
--
nosy: +iritkatriel
status
Irit Katriel added the comment:
Please complete the bug report: How did you run this function, what output did
you get and what output did you expect?
--
nosy: +iritkatriel
___
Python tracker
<https://bugs.python.org/issue46
Irit Katriel added the comment:
Reproduced on 3.11.
--
components: +Library (Lib)
nosy: +iritkatriel
type: -> behavior
versions: +Python 3.10, Python 3.11, Python 3.9 -Python 3.3, Python 3.4
___
Python tracker
<https://bugs.python.org/issu
Change by Irit Katriel :
--
keywords: +easy -patch
___
Python tracker
<https://bugs.python.org/issue20369>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Irit Katriel :
--
nosy: +iritkatriel
nosy_count: 3.0 -> 4.0
pull_requests: +28293
pull_request: https://github.com/python/cpython/pull/30073
___
Python tracker
<https://bugs.python.org/issu
Change by Irit Katriel :
--
pull_requests: -28293
___
Python tracker
<https://bugs.python.org/issue45636>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Irit Katriel :
--
pull_requests: +28295
pull_request: https://github.com/python/cpython/pull/30073
___
Python tracker
<https://bugs.python.org/issue45
Change by Irit Katriel :
--
pull_requests: +28294
pull_request: https://github.com/python/cpython/pull/30073
___
Python tracker
<https://bugs.python.org/issue45
Irit Katriel added the comment:
Reproduced on 3.11 - the test in mailbox-test.patch fails.
--
nosy: +iritkatriel
versions: +Python 3.10, Python 3.11, Python 3.9 -Python 2.7, Python 3.4, Python
3.5
___
Python tracker
<https://bugs.python.
Irit Katriel added the comment:
I am also unable to reproduce the issue on 3.11 with the attached script and
input.
Please create a new issue if this problem still exists in a current python
version (>= 3.9).
--
nosy: +iritkatriel
resolution: -> works for me
stage: ->
Change by Irit Katriel :
--
nosy: +iritkatriel
nosy_count: 5.0 -> 6.0
pull_requests: +28297
status: pending -> open
pull_request: https://github.com/python/cpython/pull/30075
___
Python tracker
<https://bugs.python.org/i
Irit Katriel added the comment:
This is working on 3.11:
>>> from argparse import ArgumentParser
>>> parser = ArgumentParser()
>>> parser.add_argument("--foo", help="foo", action='store_const')
_StoreConstAction(option_strings=['
Irit Katriel added the comment:
Hans, as mentioned on the PR, the merit of this change needs to be discussed.
If you would like to pursue this, please begin by explaining the use case.
If you lost interest in this problem, let's close this issue.
--
nosy: +iritkatriel
status:
Irit Katriel added the comment:
The doc has been updated by now and mentions "excluding globals".
I'm changing the title to reflect Terry's last comment.
One comment on his suggestion: I would remove/change "the nonlocal statement is
similar to the global statement&
Change by Irit Katriel :
--
versions: +Python 3.11 -Python 3.3, Python 3.4
___
Python tracker
<https://bugs.python.org/issue20907>
___
___
Python-bugs-list mailin
Change by Irit Katriel :
--
resolution: -> out of date
stage: -> resolved
status: open -> closed
___
Python tracker
<https://bugs.python.or
Change by Irit Katriel :
--
status: closed -> pending
___
Python tracker
<https://bugs.python.org/issue20741>
___
___
Python-bugs-list mailing list
Unsubscrib
1 - 100 of 3640 matches
Mail list logo