[issue11064] abc documentation version conflict

2011-01-29 Thread Éric Araujo
Éric Araujo added the comment: No problem, thanks for wanting to help. Don’t hesitate to report other bugs you may find in the future, if you find them in the latest versions :) -- resolution: rejected -> out of date stage: -> committed/rejected _

[issue11064] abc documentation version conflict

2011-01-29 Thread Dustin Farris
Dustin Farris added the comment: Negative. 2.6.6 is correct. Apologies. -- resolution: -> rejected status: open -> closed ___ Python tracker ___ _

[issue11064] abc documentation version conflict

2011-01-29 Thread Éric Araujo
Éric Araujo added the comment: Can you reproduce with 2.6.6? -- assignee: docs@python -> components: +Library (Lib) -Documentation nosy: -docs@python versions: -Python 2.6, Python 3.1 ___ Python tracker ___

[issue11064] abc documentation version conflict

2011-01-29 Thread Dustin Farris
Dustin Farris added the comment: This is what I get: Python 2.6.1 (r261:67515, Jun 24 2010, 21:47:49) [GCC 4.2.1 (Apple Inc. build 5646)] on darwin Type "help", "copyright", "credits" or "license" for more information. >>> import abc >>> help(abc) NAME abc - Abstract Base Classes (ABCs)

[issue11064] abc documentation version conflict

2011-01-29 Thread Éric Araujo
Éric Araujo added the comment: Not for me: | class C: | __metaclass__ = ABCMeta | @abstractproperty -- nosy: +eric.araujo ___ Python tracker __

[issue11064] abc documentation version conflict

2011-01-29 Thread Dustin Farris
New submission from Dustin Farris : Running help(abc) in Python 2.6.1 displays syntax for Py3k. -- assignee: docs@python components: Documentation messages: 127453 nosy: docs@python, dustin.farris priority: normal severity: normal status: open title: abc documentation version conflict ty