New submission from Graham Oliver :
Here is the text
https://docs.python.org/3.6/distutils/apiref.html#distutils.util.strtobool
Convert a string representation of truth to true (1) or false (0).
True values are y, yes, t, true, on and 1; false values are n, no, f, false,
off and 0. Raises
New submission from Graham Oliver:
I noticed that when I created an issue in this Bug Tracjer all of the
associated emails were ending up in my gmail spam. '...in violation of Google's
recommended email sender guidelines.' An explanatory link sends me to
https://support.google.
Graham Oliver added the comment:
ok current version
Each virtual environment has its own Python binary (allowing creation of
environments with various Python versions) and can have its own independent set
of installed Python packages in its site directories.
Suggested Alternative
Each virtual
Graham Oliver added the comment:
See also
https://groups.google.com/d/msg/comp.lang.python/BUmyc_hzAsA/Nx5QgT1gzYEJ
--
___
Python tracker
<http://bugs.python.org/issue24
New submission from Graham Oliver:
See my question here
https://groups.google.com/forum/#!topic/comp.lang.python/BUmyc_hzAsA
In particular Carl Meyer's response
https://groups.google.com/d/msg/comp.lang.python/BUmyc_hzAsA/-cT-N-g_LL4J
I am not sure what is possible with venv but I would su
Graham Oliver added the comment:
hello
I came across this bug when using 'ā' in a url
To get around the problem I used the 'URL encoded' version '%C4%81' instead of
'ā'
See this page
http://www.charbase.com/0101-unicode-latin-small-letter-a-with-macron
I