[issue23322] parser module docs missing second example

2016-08-08 Thread Roundup Robot
Roundup Robot added the comment: New changeset b479e74f7706 by Berker Peksag in branch '3.5': Issue #23322: Remove outdated reference to an example in parser docs https://hg.python.org/cpython/rev/b479e74f7706 New changeset 099fd7954941 by Berker Peksag in branch 'default': Issue #23322: Merge f

[issue23322] parser module docs missing second example

2016-08-08 Thread Berker Peksag
Berker Peksag added the comment: Thanks, Sahil. -- resolution: -> fixed stage: needs patch -> resolved status: open -> closed type: -> behavior versions: +Python 3.6 -Python 3.4 ___ Python tracker ___

[issue23322] parser module docs missing second example

2015-02-21 Thread Sahil Chelaramani
Sahil Chelaramani added the comment: A patch for this bug. Please let me know if I have to change something. First patch, please be kind :) -- keywords: +patch nosy: +SahilC Added file: http://bugs.python.org/file38196/mywork.patch ___ Python tracker

[issue23322] parser module docs missing second example

2015-01-27 Thread Vipul Sharma
Vipul Sharma added the comment: Should I just remove the "See also" segment or just update its content like "See also: module parser.. Provides an interface to Python’s internal parser and byte-code compiler" ? -- ___ Python tracker

[issue23322] parser module docs missing second example

2015-01-26 Thread Berker Peksag
Berker Peksag added the comment: Welcome, please go ahead and send a patch. Thanks! -- ___ Python tracker ___ ___ Python-bugs-list mai

[issue23322] parser module docs missing second example

2015-01-26 Thread Vipul Sharma
Vipul Sharma added the comment: Can I work on this ? This would be my first contribution here also it looks good for a beginner -- nosy: +Vipul.Sharma ___ Python tracker ___ ___

[issue23322] parser module docs missing second example

2015-01-26 Thread Berker Peksag
Berker Peksag added the comment: The second example was removed in https://hg.python.org/cpython/rev/19ca70b463c5 It would be better to just update the "see also" note in the token documentation. -- keywords: +easy nosy: +berker.peksag stage: -> needs patch versions: -Python 3.2, Pyt

[issue23322] parser module docs missing second example

2015-01-25 Thread Devin Jeanpierre
New submission from Devin Jeanpierre: The port to reST missed the second example: https://docs.python.org/release/2.5/lib/node867.html This is still referred to in the docs, so it is not deliberate. For example, the token module docs say "The second example for the parser module shows how to