New submission from Ofek Lev :
The descriptions for the following:
- https://docs.python.org/3/library/time.html#epoch
- https://docs.python.org/3/library/time.html#time.time
indicate that it is platform dependent. However, that is likely untrue. See the
brief discussion here:
https
Ofek Lev added the comment:
Any update on this?
--
nosy: +Ofekmeister
___
Python tracker
<https://bugs.python.org/issue18617>
___
___
Python-bugs-list mailin
Ofek Lev added the comment:
Ah I see, thanks!
--
resolution: -> fixed
stage: -> resolved
status: open -> closed
___
Python tracker
<https://bugs.python.or
Ofek Lev added the comment:
I'm using the deprecated typing.Callable instead now and that works
--
___
Python tracker
<https://bugs.python.org/is
New submission from Ofek Lev :
https://docs.python.org/3.9/library/typing.html#callable
```
Python 3.9.1 (default, Jan 12 2021, 16:45:25)
[GCC 8.3.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> from typin
Ofek Lev added the comment:
> For convenience, a handler that retries unlink() and rmdir() could be
> distributed with shutil. For ease of use, it could be enabled by default on
> Windows.
Any update on that? I just spent a bunch of time debugging this on Windows.
--
New submission from Ofek Lev :
The docstring refers to the function `fetch_server_certificate` that no longer
exists. Context from
https://github.com/python/cpython/pull/12168#issuecomment-469488585:
"""
In the commit on 8/28/2007, the ssl.py module was first added and it
New submission from Ofek Lev :
Vault (https://github.com/hashicorp/vault) requires the use of signals to
trigger certain output
https://www.vaultproject.io/docs/internals/telemetry.html.
The required signal isn't sent on py2.7:
>>> import os
>>> import signal
Changes by Ofek Lev :
--
pull_requests: +3020
___
Python tracker
<http://bugs.python.org/issue20849>
___
___
Python-bugs-list mailing list
Unsubscribe:
Ofek Lev added the comment:
Fixed with shell=True
--
___
Python tracker
<http://bugs.python.org/issue30783>
___
___
Python-bugs-list mailing list
Unsubscribe:
New submission from Ofek Lev:
The following example shows that we are indeed changing PATH, but the
subprocess does not acknowledge it in Windows 7 x64. Also note this works in
Linux (Ubuntu 16.04).
-
import os
import subprocess
from contextlib import contextmanager
from tempfile import
New submission from Ofek Lev:
https://docs.python.org/3/library/stdtypes.html#int.to_bytes
To convert an int to the exact number of bytes required, the docs recommend
"x.to_bytes((x.bit_length() // 8) + 1, ...)". This is incorrect when length is
a multiple of 8, e.g. 296.
The corr
Ofek Lev added the comment:
What is the status of the patch?
--
nosy: +Ofekmeister
___
Python tracker
<http://bugs.python.org/issue8800>
___
___
Python-bugs-list m
13 matches
Mail list logo