Changes by Dennis Jensen :
--
status: pending -> open
___
Python tracker
<http://bugs.python.org/issue28242>
___
___
Python-bugs-list mailing list
Unsubscrib
Dennis Jensen added the comment:
Okay well thanks for that information but after investigating this then I have
to ask what is the difference between:
os.environ.get()
and
os.getenv()
As these 2 functions now appear to do exactly the same thing? If this is the
case then should there not
New submission from Dennis Jensen:
I was encountering what seemed to be odd behavior from os.environ.get() from
what I could find out about it and so I tried to locate the actual
documentation on how it is supposed to be used now. However, all I can find is
a minor reference to os.environ
New submission from Dennis Jensen:
The glibc syslog(3) call will block in some cases; the attached patch
releases the GIL around the syslog call.
--
components: Extension Modules, Interpreter Core
files: syslogmodule-patch.txt
messages: 61781
nosy: rd2
severity: minor
status: open
title