[New-bugs-announce] [issue2103] __x should be _x in documentation of property()

bob gailer report at bugs.python.org
Wed Feb 13 19:41:32 CET 2008


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 property()
versions: Python 2.5

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue2103>
__________________________________


More information about the New-bugs-announce mailing list