[issue2103] __x should be _x in documentation of property()

2008-02-13 Thread bob gailer
New submission from bob gailer: Library Reference 2.1 under property(): class C(object): def __init__(self): self.__x = None __x should be _x -- components: Documentation messages: 62368 nosy: bgailer severity: normal status: open title: __x should be _x in documentation of

[issue2103] __x should be _x in documentation of property()

2008-02-13 Thread Mark Dickinson
Mark Dickinson added the comment: Thanks for the report! It looks like this was previously reported in issue #1575746, and has been fixed in the 2.5 maintenance branch and the trunk. Python 2.5.2 should be out any day now; the fix should then hit docs.python.org. -- nosy:

[issue2103] __x should be _x in documentation of property()

2008-02-13 Thread bob gailer
bob gailer added the comment: I tried to search for a prior report with no success. How should I have done tha __ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue2103 __ ___

[issue2103] __x should be _x in documentation of property()

2008-02-13 Thread Mark Dickinson
Mark Dickinson added the comment: I'm guessing that you used the 'search in open issues' box at the top right. Of course, the problem is that this issue was already closed. Instead, go to 'Search' on the left-hand side under 'Issues', enter 'property' and '__x' into the 'All text' box,

[issue2103] __x should be _x in documentation of property()

2008-02-13 Thread Mark Dickinson
Mark Dickinson added the comment: I should have added: You can also check the in-development version of the documentation at docs.python.org/dev to see if it's already been fixed. __ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue2103