Search Discussions
-
Martin Panter added the comment: Will commit a slightly modified version of my doc patch to 3.4+, since mentioning the wrong functions is confusing. But I think we still need to fix the ?binascii? ...
Martin Panter
Sep 12, 2015 at 12:50 am
Sep 12, 2015 at 12:50 am -
New submission from Zachary Ware: asyncio.test_utils is not documented. I'm unsure as to whether that's because it's meant to be private, or if it just hasn't been done yet. ---------- assignee: docs ...
Zachary Ware
Sep 11, 2015 at 6:09 pm
Sep 11, 2015 at 8:15 pm -
Hello, There is a small bug at https://docs.python.org/3/library/csv.html. The word "be" is repeated. I believe the first one (in red) should be removed. Dialect.doublequote ...
Nat Dunn
Sep 11, 2015 at 3:17 pm
Sep 11, 2015 at 3:59 pm -
Antti Haapala added the comment: Yeah, it is a bug in 2.5 too; https://docs.python.org/2.5/ref/calls.html call ::= primary "(" [argument_list [","] ---------- assignee: - docs at python components ...
Antti Haapala
Sep 11, 2015 at 1:50 pm
Sep 11, 2015 at 9:40 pm -
For actions 'store_false' and 'store_true', python 2 doc mentioned the default values (true / false) This info is no longer visible in python 3 doc ...
Pierre Wadier
Sep 11, 2015 at 1:09 pm
Sep 11, 2015 at 1:09 pm -
Hi, In the documentation of the codecs module section standard encodings: https://docs.python.org/3/library/codecs.html#standard-encodings ...
Julien Marechal
Sep 11, 2015 at 12:52 pm
Sep 11, 2015 at 12:52 pm -
Davin Potts added the comment: @berker.peksag, @r.david.murray: Could I gently nudge one of you into committing the final versions of these patches? ---------- Python tracker <report at ...
Davin Potts
Sep 11, 2015 at 4:53 am
Sep 11, 2015 at 9:52 am -
New submission from Mart?n Gait?n: The canonical link for documentation https://docs.python.org/ redirect to the index page of the stable Python 3's documentation However, ...
Martín Gaitán
Sep 11, 2015 at 4:21 am
Sep 11, 2015 at 4:57 am -
New submission from Martin Panter: This is a followup to Issue 24230, which added support for bytes filenames to ?tempfile? module. Currently I think the documentation is misleading, for example it ...
Martin Panter
Sep 11, 2015 at 3:46 am
Sep 11, 2015 at 3:46 am -
New submission from STINNER Victor: The Docs buildbot is red since the changeset 7fc4306d537b5feedb7f9dac54d96ed378c093a7. http://buildbot.python.org/all/builders/Docs%203.x/builds/52 ---------- ...
STINNER Victor
Sep 10, 2015 at 6:33 pm
Sep 10, 2015 at 7:37 pm -
New submission from Saimadhav Heblikar: Feel free to make changes to the patch if you want to improve the sentence structure. ---------- assignee: docs at python components: Documentation messages ...
Saimadhav Heblikar
Sep 10, 2015 at 4:45 pm
Sep 10, 2015 at 5:20 pm -
New submission from Marc Bouvier: The %e directive is missing in the Datetime documentation. I have tried this directive in 2.6.6, 2.7.2, and 2.7.10 using ...
Marc Bouvier
Sep 9, 2015 at 9:35 pm
Sep 9, 2015 at 9:45 pm -
New submission from Tim Tisdall: further to #24984, I noticed there are constants that aren't mentioned in the docs. Also BDADDR_ALL is missing (which is defined in Bluez's bluetooth.h) so I added ...
Tim Tisdall
Sep 9, 2015 at 3:00 pm
Sep 11, 2015 at 11:33 pm -
New submission from Tim Tisdall: As mentioned in #24984, I'm making another issue to document the address format for AF_PACKET. In this case there's already documentation in Modules/socketmodule.c ...
Tim Tisdall
Sep 9, 2015 at 1:07 pm
Sep 10, 2015 at 1:54 pm -
New submission from Camilla Montonen: The link to Stackless Python here ...
Camilla Montonen
Sep 9, 2015 at 9:08 am
Sep 9, 2015 at 10:51 am -
Hello, Python 2.7.10, Windows 7 "ValueError: invalid \x escape" Note that there is no indication of where is the error (no line number). the faulty ligne is a # commented line inside a """ commented ...
Guillaume ALLARD
Sep 9, 2015 at 7:08 am
Sep 11, 2015 at 3:49 pm -
New submission from shiyao.ma: The doc is here: https://docs.python.org/3.5/library/io.html#io.IOBase.seek and here: https://docs.python.org/3.5/library/io.html#io.TextIOBase.seek It is said the ...
Shiyao.ma
Sep 8, 2015 at 1:44 pm
Sep 11, 2015 at 4:46 am -
Bug in web site http://www.screencast.com/t/m4BGUJZc0 An HTML attachment was scrubbed... URL: <http://mail.python.org/pipermail/docs/attachments/20150908/aa333750/attachment-0001.html
Dmitry Kolesnikovich
Sep 8, 2015 at 12:39 pm
Sep 11, 2015 at 9:46 am -
New submission from Zachary Ware: The instructions and examples in PC/example_nt/ are hopelessly outdated (the readme says "It has been tested with VC++ 7.1 on Python 2.4" on default!). Is there any ...
Zachary Ware
Sep 8, 2015 at 4:42 am
Sep 11, 2015 at 3:00 am -
Recently, webmaster received 2 queries from people who wanted to know how compliant ?Python and the Python documentation were with the Americans with Disabilities Act Provisions and with WCAG3 ...
Laura Creighton
Sep 7, 2015 at 3:58 pm
Sep 7, 2015 at 4:51 pm -
New submission from Thomas Guettler: At the top of the htmllib module: Source: https://docs.python.org/2/library/htmllib.html#module-htmllib Newcomers need more advice: Which library should be used? ...
Thomas Guettler
Sep 7, 2015 at 9:01 am
Sep 8, 2015 at 11:50 am -
New submission from Shaun Walbridge: A minor documentation fix. Currently, the top-level PCBuild readme.txt mentions in the final section 'Your Own Extension DLLs' that the example project is located ...
Shaun Walbridge
Sep 5, 2015 at 5:36 pm
Sep 8, 2015 at 4:33 am -
New submission from Wenzel Jakob: Hi, over the last few months, I've been developing a library ("pybind11") for creating Python bindings of C++ code. It is similar in spirit to Boost.Python but uses ...
Wenzel Jakob
Sep 4, 2015 at 11:34 pm
Sep 4, 2015 at 11:34 pm -
3
[docs] [issue23144] html.parser.HTMLParser: setting 'convert_charrefs = True' leads to dropped text
Ezio Melotti added the comment: I'll try to take care of this during the weekend. Feel free to ping me if I don't. ---------- Python tracker <report at bugs.python.org ...Ezio Melotti
Sep 4, 2015 at 8:55 am
Sep 9, 2015 at 1:51 pm -
New submission from Paul Clarke: in "subprocess" module documentation has a section for "replacing older functions with subprocess", specifically 17.1.4.5 "replacing os.popen", which includes the ...
Paul Clarke
Sep 4, 2015 at 5:11 am
Sep 4, 2015 at 2:05 pm -
At the top of the htmllib module: {{{ Deprecated since version 2.6: The htmllib module has been removed in Python 3. }}} Source: https://docs.python.org/2/library/htmllib.html#module-htmllib ...
Thomas Güttler
Sep 3, 2015 at 3:03 pm
Sep 7, 2015 at 9:02 am -
https://bugs.python.org/review/24984/diff/15453/Doc/library/socket.rst File Doc/library/socket.rst (right): https://bugs.python.org/review/24984/diff/15453/Doc/library/socket.rst#newcode120 ...
Vadmium+py
Sep 2, 2015 at 10:02 pm
Sep 2, 2015 at 10:02 pm -
https://bugs.python.org/review/23406/diff/15454/Doc/library/stdtypes.rst File Doc/library/stdtypes.rst (right): https://bugs.python.org/review/23406/diff/15454/Doc/library/stdtypes.rst#newcode900 ...
Vadmium+py
Sep 2, 2015 at 9:40 pm
Sep 2, 2015 at 9:40 pm -
New submission from Tim Tisdall: Currently https://docs.python.org/3.6/library/socket.html#socket-families only says "Certain other address families (AF_BLUETOOTH, AF_PACKET, AF_CAN) support specific ...
Tim Tisdall
Sep 2, 2015 at 4:06 pm
Sep 11, 2015 at 2:37 am -
New submission from Eugene: I am very much begging pardon if this is not the place to ask for, but.. I would like to make a thorough translation of the official Library Reference and the beginners ...
Eugene
Sep 1, 2015 at 12:04 pm
Sep 1, 2015 at 5:30 pm -
Martin Panter added the comment: I wonder if this information would be better off under the input() function, rather than under the Readline module itself. Also see Issue 17337, about control codes ...
Martin Panter
Aug 31, 2015 at 4:41 am
Aug 31, 2015 at 4:41 am -
New submission from zodalahtathi: This is probably not the biggest bug ever, but in the doc for ipaddress.IPv6Network: "An integer packed into a bytes object of length 16, bit-endian" should be ...
Zodalahtathi
Aug 30, 2015 at 4:26 pm
Aug 30, 2015 at 9:43 pm -
New submission from TAKASE Arihiro: https://docs.python.org/3.4/using/mac.html#configuration A newline in the file path of the .plist file makes a space in the rendered result. The attached patch ...
TAKASE Arihiro
Aug 30, 2015 at 3:18 am
Aug 30, 2015 at 3:28 am -
Hello, I am new to unittest, so I may have missed something in the docs. My understanding was that tests were run in the order they appear in the class. I am writing a series of tests that are ...
Dwyer, Chris (KBB)
Aug 28, 2015 at 8:48 pm
Aug 28, 2015 at 8:48 pm -
New submission from mattip: when using thread.stack_size or threading.stack_size, if no argument is provided the stack size is reset to default. Trivial patch for 3.5 provided ---------- assignee ...
Mattip
Aug 28, 2015 at 2:59 pm
Aug 31, 2015 at 3:48 am -
New submission from tagatac: "amongst which" in the Base Event Loop subsection of the docs does not really describe a list of facilities. "amongst which are" would be better, but "including" conveys ...
Tagatac
Aug 27, 2015 at 8:50 pm
Aug 27, 2015 at 8:56 pm -
Hi, The doc is here: https://docs.python.org/3/library/io.html#io.IOBase.seek It is said the parameter list is in the form of: seek(offset, whence=SEEK_SET) But actually only: *seek(offset) *or* ...
Shiyao Ma
Aug 27, 2015 at 9:01 am
Sep 8, 2015 at 1:45 pm -
Dear Sir, I got your email from the manual with the title "Distributing Python modules". After writing my modules in Python, I used Cython to convert them to .c and .pyd files. But I faced problem in ...
Desta Wubishet
Aug 26, 2015 at 3:36 pm
Aug 27, 2015 at 7:48 am -
0
[docs] [issue23144] html.parser.HTMLParser: setting 'convert_charrefs = True' leads to dropped text
Robert Collins added the comment: @ezio - you seem busy, so I'll commit this next week if its still pending. ---------- Python tracker <report at bugs.python.org <http://bugs.python.org/issue23144 ...Robert Collins
Aug 25, 2015 at 10:18 pm
Aug 25, 2015 at 10:18 pm -
New submission from Petr Viktorin: In https://docs.python.org/3/howto/cporting.html#cobject-replaced-with-capsule (added in issue13053): 1) __PyCapsule_GetField is defined as:: #define ...
Petr Viktorin
Aug 25, 2015 at 4:41 pm
Sep 8, 2015 at 1:37 pm -
Hi?! Introducing myself, I?m Lucas, a French translator on the Transifex project of the documentation ( https://www.transifex.com/python-doc-ja/python-34-ja/) , and, in fact, i?m the only one on it ...
Mascaro Lucas
Aug 25, 2015 at 12:59 am
Aug 25, 2015 at 8:12 am -
New submission from Vineet Kumar Doshi: Hi, link : https://docs.python.org/2/library/htmlparser.html#HTMLParser.HTMLParser.handle_comment Incorrect Line : The content of Internet Explorer conditional ...
Vineet Kumar Doshi
Aug 24, 2015 at 4:42 pm
Aug 24, 2015 at 4:56 pm -
Hi, link : https://docs.python.org/2/library/htmlparser.html#HTMLParser.HTMLParser.handle_comment Incorrect Line : The content of Internet Explorer conditional comments (condcoms) will also be sent ...
Vineet Kumar Doshi
Aug 24, 2015 at 4:34 pm
Aug 24, 2015 at 4:34 pm -
New submission from Joseph Schachner: We should not make people who need to read Python documentation do an extra transformation in their heads to correctly understand that in section 5.15 higher ...
Joseph Schachner
Aug 24, 2015 at 1:08 pm
Aug 29, 2015 at 5:10 am -
New submission from asldkjfn: Green bars cover yellow text box. https://docs.python.org/2/faq/windows.html ---------- assignee: docs at python components: Documentation messages: 249018 nosy: docs at ...
Asldkjfn
Aug 23, 2015 at 8:20 pm
Aug 23, 2015 at 8:59 pm -
New submission from Paddy McCarthy: Just read ...
Paddy McCarthy
Aug 22, 2015 at 6:45 am
Aug 29, 2015 at 5:08 am -
New submission from zodalahtathi: socket.socket has a context manager to automatically close the socket with the `with` statement: https://hg.python.org/cpython/file/d1bf181afa82/Lib/socket.py#l138 ...
Zodalahtathi
Aug 21, 2015 at 8:34 pm
Aug 31, 2015 at 4:14 am -
Robert Collins added the comment: It did that because you did not specify a top level directory. Without that, the cwd is not on the path and that breaks many environments. We should probably ...
Robert Collins
Aug 21, 2015 at 1:41 am
Aug 21, 2015 at 1:41 am -
New submission from Ezio Melotti: I think it would be useful to add to the pathlib documentation a table listing os/os.path operations and their pathlib equivalent. This will be useful both for ...
Ezio Melotti
Aug 20, 2015 at 6:03 am
Sep 11, 2015 at 2:27 pm -
New submission from Ted Lemon: The documentation for str.find() on python.org, for all current versions, says: Return the lowest index in the string where substring sub is found, such that sub is ...
Ted Lemon
Aug 20, 2015 at 2:34 am
Aug 20, 2015 at 2:54 pm
Group Overview
group | docs |
categories | python |
discussions | 5,053 |
posts | 22,978 |
users | 1,204 |
website | python.org |
Top users
Archives
- September 2015 (166)
- August 2015 (218)
- July 2015 (264)
- June 2015 (244)
- May 2015 (288)
- April 2015 (345)
- March 2015 (368)
- February 2015 (328)
- January 2015 (165)
- December 2014 (295)
- November 2014 (225)
- October 2014 (441)
- September 2014 (201)
- August 2014 (280)
- July 2014 (376)
- June 2014 (394)
- May 2014 (327)
- April 2014 (429)
- March 2014 (601)
- February 2014 (391)
- January 2014 (290)
- December 2013 (308)
- November 2013 (301)
- October 2013 (520)
- September 2013 (337)
- August 2013 (387)
- July 2013 (241)
- June 2013 (232)
- May 2013 (361)
- April 2013 (440)
- March 2013 (469)
- February 2013 (298)
- January 2013 (419)
- December 2012 (344)
- November 2012 (538)
- October 2012 (572)
- September 2012 (532)
- August 2012 (581)
- July 2012 (397)
- June 2012 (297)
- May 2012 (324)
- April 2012 (324)
- March 2012 (394)
- February 2012 (343)
- January 2012 (477)
- December 2011 (330)
- November 2011 (364)
- October 2011 (362)
- September 2011 (233)
- August 2011 (377)
- July 2011 (335)
- June 2011 (337)
- May 2011 (416)
- April 2011 (420)
- March 2011 (426)
- February 2011 (315)
- January 2011 (378)
- December 2010 (274)
- November 2010 (500)
- October 2010 (347)
- September 2010 (262)
- August 2010 (256)
- July 2010 (407)
- June 2010 (304)
- May 2010 (224)
- April 2010 (39)