-
Notifications
You must be signed in to change notification settings - Fork 121
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
README.rst: Syntax highlight Python examples #4
Conversation
For comfortable reading on mobile devices.
Hey, thanks. It seems I've messed up the tests myself :) I have a question tho, when running
Any idea what's the deal with that? Also, when running
Do you also get these or there's something wrong with my installation? |
|
I tried introducing a minor error:
|
The above was with:
I also tried it with a newer version of setuptools:
Let me know if you need more info. |
Oh wait, now I'm getting the problem when I checkout my commit.
|
Hmmm.
OK, now I understand why you reverted the commit and why you were saying that the PyPA needs to fix something. |
Here's where that https://github.com/python/cpython/blob/master/Lib/distutils/command/check.py#L142 |
Did a little hacking in that file and got some more info:
|
And here's the stack trace:
|
That error handling is very bad. Anyway, I fixed the check env now (835dbe8) and reverted the revert. |
Yeah, it's bad that it fails to validate and the error it outputs is horrible too. You might be interested in a ticket (with patch) that I created for docutils: |
No description provided.