Change by Timo Furrer :
--
keywords: +patch
pull_requests: +6968
stage: needs patch -> patch review
___
Python tracker
<https://bugs.python.org/issu
Change by Timo Furrer :
--
nosy: +tuxtimo
___
Python tracker
<https://bugs.python.org/issue33660>
___
___
Python-bugs-list mailing list
Unsubscribe:
Timo Furrer added the comment:
> I've just tried, "..." doesn't seem to mean anything on the Windows CLI.
It's not only about Windows / Linux here - it's about the shell and command
which is being used. If we talk about "cd" for example - it's
Change by Timo Furrer :
--
nosy: +tuxtimo
___
Python tracker
<https://bugs.python.org/issue30618>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Timo Furrer :
--
nosy: +tuxtimo
___
Python tracker
<https://bugs.python.org/issue33668>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Timo Furrer :
--
nosy: +tuxtimo
___
Python tracker
<https://bugs.python.org/issue28657>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Timo Furrer :
--
keywords: +patch
pull_requests: +6911
stage: needs patch -> patch review
___
Python tracker
<https://bugs.python.org/issu
Timo Furrer added the comment:
I've added a test and updated the PR.
--
nosy: +tuxtimo
___
Python tracker
<https://bugs.python.org/issue33687>
___
___
Pytho
Change by Timo Furrer :
--
keywords: +patch
pull_requests: +6908
stage: needs patch -> patch review
___
Python tracker
<https://bugs.python.org/issu
Change by Timo Furrer :
--
keywords: +patch
pull_requests: +6906
stage: -> patch review
___
Python tracker
<https://bugs.python.org/issue33600>
___
___
Py
Change by Timo Furrer :
--
keywords: +patch
pull_requests: +6905
stage: -> patch review
___
Python tracker
<https://bugs.python.org/issue33708>
___
___
Py
Timo Furrer added the comment:
I'm working on a patch :)
--
___
Python tracker
<https://bugs.python.org/issue33708>
___
___
Python-bugs-list mailing list
Timo Furrer added the comment:
The link to the set method is also wrong. It points to
https://docs.python.org/3/library/stdtypes.html#set instead of
https://docs.python.org/3/library/asyncio-sync.html#asyncio.Event.set
--
___
Python tracker
Timo Furrer added the comment:
Yes, sorry, my bad.
--
___
Python tracker
<https://bugs.python.org/issue33708>
___
___
Python-bugs-list mailing list
Unsubscribe:
Timo Furrer added the comment:
It seems like it's pointing to the correct location, it's just that depending
on the size of your screen the "wait" section is too far to the bottom and
therefore it can't quite scroll to the heading of the wait heading so that it
Timo Furrer added the comment:
Yes, I've tested it.
--
___
Python tracker
<http://bugs.python.org/issue17446>
___
___
Python-bugs-list mailing list
Unsubscr
Changes by Timo Furrer :
--
nosy: +tuxtimo
___
Python tracker
<http://bugs.python.org/issue26267>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Timo Furrer :
--
title: keyword.py missing async await -> keyword module missing async and await
keywords
___
Python tracker
<http://bugs.python.org/issu
New submission from Timo Furrer:
I had a look at the *Lib/keyword.py* module. It seems like the auto generated
*kwlist* is missing the *await* and *async* keywords.
At least according to https://www.python.org/dev/peps/pep-0492/ they are called
*keywords*.
The keyword module generates the
Timo Furrer added the comment:
I took the ideas from @Michael.Cuthbert and wrote a proper test. It's my first
patch so I hope everything's fine with it. If not I'm happy for feedback :)
--
keywords: +patch
nosy: +Timo Furrer
Added file: http://bugs.python.org/file41769/
20 matches
Mail list logo