[issue15527] Double parens in functions references

2017-01-14 Thread Roundup Robot
Roundup Robot added the comment: New changeset be4da80b493e by Martin Panter in branch '2.7': Issue #15527: remove double parens by changing markup. https://hg.python.org/cpython/rev/be4da80b493e -- ___ Python tracker

[issue15527] Double parens in functions references

2012-08-11 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Thank you Andrew. -- resolution: -> fixed stage: patch review -> committed/rejected status: open -> closed ___ Python tracker ___ ___

[issue15527] Double parens in functions references

2012-08-11 Thread Andrew Svetlov
Andrew Svetlov added the comment: Applied patch uses ``expr(n)`` as Georg prefer. Serhiy, please close the issue if you have not any upcoming patches. Thanks. -- ___ Python tracker

[issue15527] Double parens in functions references

2012-08-11 Thread Roundup Robot
Roundup Robot added the comment: New changeset 5e025dc7d728 by Andrew Svetlov in branch 'default': Issue #15527: fix docs, remove double parens by changing markup. http://hg.python.org/cpython/rev/5e025dc7d728 -- nosy: +python-dev ___ Python tracker

[issue15527] Double parens in functions references

2012-08-11 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Georg, I see that :meth: with arguments works in the form :meth:`name(args) `. I believe that the hyperlinks are helpful and it was designed that way. Replacing :meth:/:func:/:c:func: for names with arguments on double backquotes can be done almost automati

[issue15527] Double parens in functions references

2012-08-10 Thread Georg Brandl
Georg Brandl added the comment: Is anyone even reading my messages...? -- ___ Python tracker ___ ___ Python-bugs-list mailing list Uns

[issue15527] Double parens in functions references

2012-08-10 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : Added file: http://bugs.python.org/file26760/doc_dbl_parens.patch ___ Python tracker ___ ___ Python-bugs-list ma

[issue15527] Double parens in functions references

2012-08-10 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- keywords: +patch ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.p

[issue15527] Double parens in functions references

2012-08-10 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Thanks Chris. Here's the patch. -- stage: needs patch -> patch review ___ Python tracker ___ ___ P

[issue15527] Double parens in functions references

2012-08-10 Thread Chris Jerdonek
Chris Jerdonek added the comment: - a distinct non-*NULL* pointer if possible, as if :c:func:`PyMem_Malloc(1)` had + a distinct non-*NULL* pointer if possible, as if ``PyMem_Malloc(1)`` had > From my perspective sphinx doesn't allow notations like > :c:func:`PyMem_Malloc(1)` I believe tha

[issue15527] Double parens in functions references

2012-08-10 Thread Georg Brandl
Georg Brandl added the comment: 1) is correct. (And cmacro works because it's only for non-function macros anyway.) -- ___ Python tracker ___ ___

[issue15527] Double parens in functions references

2012-08-10 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Sorry, I don't know anything about the Sphinx, therefore, I do not know what is the problem and what the solution should be. 1) If this is the improper use of markup (the arguments are not supported and must not), we need to remove markup from other doc file

[issue15527] Double parens in functions references

2012-08-09 Thread Andrew Svetlov
Andrew Svetlov added the comment: >From my perspective sphinx doesn't allow notations like >:c:func:`PyMem_Malloc(1)` Do you want to publish bugfix for sphinx? Sounds like good idea, but that fix is out my current competence. I just fixed weird stuff which you pointed out. If you want to do mor

[issue15527] Double parens in functions references

2012-08-09 Thread Georg Brandl
Georg Brandl added the comment: The markup you mentioned will not be changed: these are two different usecases. Either you link to the function itself (:func:`blah`), or you show a piece of code (``blah(n)``). -- ___ Python tracker

[issue15527] Double parens in functions references

2012-08-09 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Hmm, I'm hoping that will be fixed by fixing of some markup words (:c:func:, :func:, :meth:, etc) processing, and not that they will simply be removed. :c:func: works only for function name without parameters or for function name with empty list of parameter

[issue15527] Double parens in functions references

2012-08-09 Thread Andrew Svetlov
Andrew Svetlov added the comment: Thank you for reviewing every minor update. It's a big deal and heavy work! -- ___ Python tracker ___ __

[issue15527] Double parens in functions references

2012-08-09 Thread Georg Brandl
Georg Brandl added the comment: Thanks! -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.o

[issue15527] Double parens in functions references

2012-08-09 Thread Andrew Svetlov
Andrew Svetlov added the comment: Sorry, Georg. A'm apologizing. Actual commit numbers are: 6dab233a115e a979b005a814 4787b9b2f860 -- ___ Python tracker ___ _

[issue15527] Double parens in functions references

2012-08-09 Thread Georg Brandl
Georg Brandl added the comment: These commit hashes don't seem to match this issue. -- nosy: +georg.brandl ___ Python tracker ___ ___

[issue15527] Double parens in functions references

2012-08-09 Thread Andrew Svetlov
Andrew Svetlov added the comment: Fixed. Sorry, I forgot to mention issue number in commit messages. So it's 9c99f31a9c2a 96cc3ab243e5 and 1e8f6d8e5c0e commits. Thanks for report. -- resolution: -> fixed stage: -> committed/rejected status: open -> closed

[issue15527] Double parens in functions references

2012-08-09 Thread Andrew Svetlov
Changes by Andrew Svetlov : -- nosy: +asvetlov ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.pyth

[issue15527] Double parens in functions references

2012-08-01 Thread Antoine Pitrou
Changes by Antoine Pitrou : -- title: Double parents in functions references -> Double parens in functions references ___ Python tracker ___