Re: Perceived inconsistency in py3k documentation

2010-12-08 Thread Steven D'Aprano
On Wed, 08 Dec 2010 00:47:37 +0100, Steve Holden wrote: > On 12/6/2010 8:00 PM, Antoine Pitrou wrote: >> On Sun, 05 Dec 2010 14:47:38 -0500 >> Terry Reedy wrote: >>> On 12/5/2010 3:31 AM, Greg wrote: >>> >>> For future reference, >>> 1) At http://docs.python.org/py3k/reference/datamodel.html

Re: Perceived inconsistency in py3k documentation

2010-12-07 Thread Steve Holden
On 12/6/2010 8:00 PM, Antoine Pitrou wrote: > On Sun, 05 Dec 2010 14:47:38 -0500 > Terry Reedy wrote: >> On 12/5/2010 3:31 AM, Greg wrote: >> >> For future reference, >> >>> 1) At http://docs.python.org/py3k/reference/datamodel.html: >>> 2) At http://docs.python.org/py3k/library/stdtypes.html: >>

Re: Perceived inconsistency in py3k documentation

2010-12-06 Thread Antoine Pitrou
On Sun, 05 Dec 2010 14:47:38 -0500 Terry Reedy wrote: > On 12/5/2010 3:31 AM, Greg wrote: > > For future reference, > > > 1) At http://docs.python.org/py3k/reference/datamodel.html: > > 2) At http://docs.python.org/py3k/library/stdtypes.html: > > do not work because of the trailing :s, at least

Re: Perceived inconsistency in py3k documentation

2010-12-05 Thread Terry Reedy
On 12/5/2010 3:31 AM, Greg wrote: For future reference, 1) At http://docs.python.org/py3k/reference/datamodel.html: 2) At http://docs.python.org/py3k/library/stdtypes.html: do not work because of the trailing :s, at least not with FireFox. > 1) At http://docs.python.org/py3k/reference/datamo

Re: Perceived inconsistency in py3k documentation

2010-12-05 Thread Peter Otten
Greg wrote: > This is my first post here, so if this is not the correct place to ask > this, please direct me to the best place. This is a good place to get general advice and to discuss potential bugs when you are unsure whether they actually are bugs. If you are sure that you ran into a bug in