Russell Owen added the comment:
Regarding my previous comment: I have never seen this in Python 3.7 (though I
see that this particular bug is listed as being present there) so it may be a
different underlying issue.
--
___
Python tracker
<ht
Russell Owen added the comment:
I am also seeing this in Python 3.8.6. I am not using SSL, but am simply
calling `await writer.wait_closed()` on an `asyncio.StreamWriter`. Sometimes it
works quickly and sometimes it hangs indefinitely.
--
nosy: +r3owen
Change by Russell Owen :
--
keywords: +patch
pull_requests: +18455
stage: -> patch review
pull_request: https://github.com/python/cpython/pull/19096
___
Python tracker
<https://bugs.python.org/issu
New submission from Russell Owen :
It is becoming common (at least in astronomy) to want to use TAI as a time
standard because it is a uniform time with no leap seconds, and differs from
UTC (standard computer clock time) by an integer number of seconds that
occasionally changes.
Linux
New submission from Russell Owen :
When using distutils to upload code to PyPI I get the following message (but
the upload is successful):
{{{
Traceback (most recent call last):
File "setup.py", line 60, in
zip_safe = False, # icons (e.g. as used by RO.Wdg.GrayImageDispWd
New submission from Russell Owen :
The Mac installer alters the user's $PATH to put
/Library/Frameworks/Python.Framework/Versions/Current/bin on the $PATH before
/usr/local/bin and /usr/bin. This is a good idea in my opinion.
But the installer *also* installs numerous symlinks in /usr/
Changes by Russell Owen :
--
nosy: +reowen
___
Python tracker
<http://bugs.python.org/issue2624>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Russell Owen <[EMAIL PROTECTED]>:
--
nosy: +reowen
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue4017>
___
___
Python
Russell Owen added the comment:
The bug still exists. Please assign this bug and patch to Martin Loewis if
possible (I don't have privileges for that).
--
nosy: +reowen
type: -> behavior
versions: +Python 2.5 -Python 2.3
Added file: http://bugs.python.org/file9483/Tkinter_p