[issue21229] Path used for HTTP PUT request doesn't match the description

2014-04-16 Thread Senthil Kumaran
Senthil Kumaran added the comment: Yes. And thanks for the patch. I applied a slight variation of it. -- ___ Python tracker ___ ___ Py

[issue21229] Path used for HTTP PUT request doesn't match the description

2014-04-16 Thread Roundup Robot
Roundup Robot added the comment: New changeset 57c66f85942d by Senthil Kumaran in branch '3.4': Correct the URL in the http.client example. Noted by Evens Fortuné. Closes #21229 http://hg.python.org/cpython/rev/57c66f85942d -- nosy: +python-dev resolution: -> fixed stage: -> committed

[issue21229] Path used for HTTP PUT request doesn't match the description

2014-04-15 Thread Evens Fortuné
Evens Fortuné added the comment: Is it what you asked? -- keywords: +patch Added file: http://bugs.python.org/file34901/issue21229.patch ___ Python tracker ___ __

[issue21229] Path used for HTTP PUT request doesn't match the description

2014-04-14 Thread Senthil Kumaran
Senthil Kumaran added the comment: Sure, here is the information on how to create a patch - https://docs.python.org/devguide/ It could feel that there are multiple steps, but the process is easy. -- ___ Python tracker

[issue21229] Path used for HTTP PUT request doesn't match the description

2014-04-14 Thread Kushal Das
Kushal Das added the comment: You should have a look at the following guides: https://docs.python.org/devguide/docquality.html https://docs.python.org/devguide/patch.html -- nosy: +kushal.das ___ Python tracker __

[issue21229] Path used for HTTP PUT request doesn't match the description

2014-04-14 Thread Evens Fortuné
Evens Fortuné added the comment: Do you have some documentation on how to do a "docs patch" ? I'm sorry this is the first time I'm reporting a bug. -- ___ Python tracker ___ ___

[issue21229] Path used for HTTP PUT request doesn't match the description

2014-04-14 Thread Senthil Kumaran
Senthil Kumaran added the comment: A simple docs patch would definitely help here. Thanks for the bug report. -- nosy: +orsenthil ___ Python tracker ___ _

[issue21229] Path used for HTTP PUT request doesn't match the description

2014-04-14 Thread Evens Fortuné
New submission from Evens Fortuné: In the Python Standard Library, at the end of : - Section "20.7.3. Examples" of "20.7. httplib — HTTP protocol client" (for Python 2.7.6) - Section "20.10.3. Examples" of "20.10. http.client — HTTP protocol client" (for Python 3.2.5) - Section "21.12.3. Ex