[issue21314] Document '/' in signatures

2014-06-07 Thread Emily Zhao
Emily Zhao added the comment: where's the best place for that documentation to live? -- ___ Python tracker <http://bugs.python.org/issue21314> ___ ___ Pytho

[issue11681] -b option undocumented

2014-06-07 Thread Emily Zhao
Emily Zhao added the comment: Here's an attempt (based on 3's main.c http://hg.python.org/cpython/file/8866ac6f2269/Modules/main.c) -- keywords: +patch Added file: http://bugs.python.org/file35528/issue11681.patch ___ Python trac

[issue11681] -b option undocumented

2014-06-07 Thread Emily Zhao
Emily Zhao added the comment: Might be worth making this addition from 3 (I'm not sure how to add this to 2) -b : issue warnings about str(bytes_instance), str(bytearray_instance) and comparing bytes/bytearray with str. (-bb: issue errors) Building on Martin's example:

[issue21314] Document '/' in signatures

2014-06-07 Thread Emily Zhao
Emily Zhao added the comment: Can someone close this? I think it's fixed. -- nosy: +emily.zhao ___ Python tracker <http://bugs.python.org/issue21314> ___ ___

[issue13924] Mercurial robots.txt should let robots crawl landing pages.

2014-06-07 Thread Emily Zhao
Emily Zhao added the comment: I don't know too much about robots.txt but how about Disallow: */rev/* Disallow: */shortlog/* Allow: Are there any other directories we'd like to exclude? -- nosy: +emily.zhao ___ Python trac

[issue15569] Doc doc: incorrect description of some roles as format-only

2014-06-07 Thread Emily Zhao
Emily Zhao added the comment: I moved the 3 misplaced roles (envvar, keyword, and option) and changed the description for the new section per Terry's suggestions. Patch is attached and needs to go in the devguide repo. https://docs.python.org/devguide/docquality.html#helping-wit