bpo-34831: Asyncio tutorial#9748
Conversation
9089420 to
a7a9f25
Compare
October 7, 2018 10:57
|
cc @ambv -- Łukasz, would be great if you could take a look at this too and share some of your thoughts/experience. |
Sorry, something went wrong.
a7a9f25 to
4b47460
Compare
October 12, 2018 14:34
9f21e81 to
30d158d
Compare
October 21, 2018 04:15
|
Docs failure could be due to recent logging related changes to fix Sphinx deprecation warnings in ee171a2 |
Sorry, something went wrong.
|
Upstream issue : https://bugs.python.org/issue35036 Running (venv) ➜ Doc git:(0e82bc95f2) ✗ make suspicious
mkdir -p build
Building NEWS from Misc/NEWS.d with blurb
PATH=./venv/bin:$PATH sphinx-build -b suspicious -d build/doctrees -D latex_elements.papersize= . build/suspicious
Running Sphinx v1.8.1
loading pickled environment... done
loading ignore rules... done, 343 rules loaded
building [mo]: targets for 0 po files that are out of date
building [suspicious]: targets for 484 source files that are out of date
updating environment: [] 0 added, 11 changed, 0 removed
reading sources... [100%] whatsnew/changelog
looking for now-outdated files... none found
pickling environment... done
checking consistency... done
preparing documents... done
writing output... [ 30%] library/asyncio-tutorial/case-study-chat-server
/Users/karthikeyansingaravelan/stuff/python/cpython/Doc/venv/lib/python3.7/site-packages/sphinx/application.py:388: RemovedInSphinx20Warning: app.warning() is now deprecated. Use sphinx.util.logging instead.
RemovedInSphinx20Warning)
writing output... [100%] whatsnew/index
WARNING: [library/asyncio-tutorial/case-study-chat-server:49] ":TODO" found in " (ref:TODO) to create a TCP server very"
build finished with problems, 1 warning.
make[1]: *** [build] Error 1
Suspicious check complete; look for any errors in the above output or in build/suspicious/suspicious.csv. If all issues are false positives, append that file to tools/susp-ignored.csv.
make: *** [suspicious] Error 1 |
Sorry, something went wrong.
a6668dd to
7c95086
Compare
November 4, 2018 05:52
7c95086 to
8c2f3ff
Compare
June 15, 2019 03:30
|
Hi @cjrh, Thanks for updating the PR. I will do my best to review it this week. Hope all is well in your world. ☀️ |
Sorry, something went wrong.
|
Yeah, it's a huge improvement; I'll also try to find time to review this before 3.8 final. |
Sorry, something went wrong.
|
The unreadable build failure is due to Sphinx deprecating a function, I'm currently fixing it, but in the meantime here's the error you have to fix (or add to |
Sorry, something went wrong.
Sorry, something went wrong.
|
Thanks for the update, I'll rebase that soon. |
Sorry, something went wrong.
576ef44 to
26cc634
Compare
September 11, 2019 12:45
|
This is huge, thank you, @cjrh! I'm a bit busy at the sprints right now, I'll review this soon. |
Sorry, something went wrong.
asvetlov
left a comment
There was a problem hiding this comment.
Very impressive.
Please use a new stream API instead of legacy reader/writer.
Sorry, something went wrong.
|
A Python core developer has requested some changes be made to your pull request before we can consider merging it. If you could please address their requests along with any other requests in other reviews from core developers that would be appreciated. Once you have made the requested changes, please leave a comment on this pull request containing the phrase |
Sorry, something went wrong.
|
I suggest splitting this combo PR into smaller sections. |
Sorry, something went wrong.
|
I am closing this as this will be split into smaller PRs as discussed in the issue. Thanks for the PR! |
Sorry, something went wrong.
https://bugs.python.org/issue34831