Alex LordThorsen added the comment:
It's been a while since I've committed a patch. Do I still upload a diff file
here or should I open a PR for the doc changes on github?
--
___
Python tracker
<https://bugs.python.o
Alex LordThorsen added the comment:
This behavior is currently unchanged and the docs still state that `EST` is an
acceptable value.
```
>>> datetime.strptime("2019-01-28 18:54:45 EST", "%Y-%m-%d %H:%M:%S %Z")
Traceback (most recent call last):
File "&qu
New submission from Alex LordThorsen:
Had a friend get stuck on the CSV documentation. They didn't know what a CSV
was (to start with) and couldn't find an example that made sense to them. they
went to other sources to figure out how to read CSV files in the end.
I made this pa
Alex LordThorsen added the comment:
So I think this is really a documentation bug after playing with this a little
bit. I built a virtual env and pip installed sphinx. If I'm in the virtual
environment the build succeeds and out of it fails.
The documentation states that you need sphinx
New submission from Alex LordThorsen:
Did a fresh hg clone of the python 3.6 code base (3.6.0a0) on OSX 10.10.5 and
made a modification to a library rst. I went to build my changes and ran
$ make html
sphinx-build -b html -d build/doctrees -D latex_paper_size= . build/html
make: sphinx-build