Re: [Python-Dev] Question over splitting unittest into a package

2009-12-30 Thread Nick Coghlan
Olemis Lang wrote: > PS: `assertRaises` context managers are great !!! BTW > ;o) The detailed comparison methods added for 2.7 are really nice too. It's great getting error messages that tell me what I broke rather than "you broke it!" :) Cheers, Nick. -- Nick Coghlan | ncogh...@gmail.com

Re: [Python-Dev] Rough 3.2 release schedule

2009-12-30 Thread Benjamin Peterson
2009/12/30 Michael Foord : > On 30/12/2009 23:39, Georg Brandl wrote: >> >> ... is in PEP 392.  Nothing much to see, except that the final date is >> December 11, 2010. >> >> Georg >> >> > > The PEP index incorrectly lists PEP 375 as being the Python 3.2 release > schedule PEP: Fixed. -- Regar

Re: [Python-Dev] Rough 3.2 release schedule

2009-12-30 Thread Michael Foord
On 30/12/2009 23:39, Georg Brandl wrote: ... is in PEP 392. Nothing much to see, except that the final date is December 11, 2010. Georg The PEP index incorrectly lists PEP 375 as being the Python 3.2 release schedule PEP: http://python.org/dev/peps/ Michael -- http://www.ironpytho

[Python-Dev] Rough 3.2 release schedule

2009-12-30 Thread Georg Brandl
... is in PEP 392. Nothing much to see, except that the final date is December 11, 2010. Georg -- Thus spake the Lord: Thou shalt indent with four spaces. No more, no less. Four shall be the number of spaces thou shalt indent, and the number of thy indenting shall be four. Eight shalt thou not

Re: [Python-Dev] Question over splitting unittest into a package

2009-12-30 Thread Benjamin Peterson
2009/12/30 Olemis Lang : > Hmmm ... One of the issues I didn't notice ... > > IMO +1 for leaving it as it was before (i.e. __unittest) because : > >  - the double underscore should mean (CMIIW) that it's an implementation > detail >  - not few libs use that name already ;o) > > +0.5 for adding `__

Re: [Python-Dev] Question over splitting unittest into a package

2009-12-30 Thread Olemis Lang
On Wed, Dec 30, 2009 at 3:04 PM, Benjamin Peterson wrote: > 2009/12/30 Martin (gzlist) : >> Hi Benjamin, > > Hi! > >> In rev 74094 of Python, you split the unittest module up, +1 >> could you >> point me at any bug entries or discussion over this revision so I can >> catch up? > > This was mostl

Re: [Python-Dev] Question over splitting unittest into a package

2009-12-30 Thread Benjamin Peterson
2009/12/30 Martin (gzlist) : > Hi Benjamin, Hi! > > In rev 74094 of Python, you split the unittest module up, could you > point me at any bug entries or discussion over this revision so I can > catch up? This was mostly a discussion on IRC between Michael Foord and myself. > > As a side-effect