[issue10668] Array tests have nonsense in them

2010-12-10 Thread Georg Brandl
Georg Brandl added the comment: Fixed in r87156. -- resolution: -> fixed status: open -> closed ___ Python tracker ___ ___ Python-bu

[issue10668] Array tests have nonsense in them

2010-12-09 Thread R. David Murray
Changes by R. David Murray : -- versions: +Python 3.1, Python 3.2 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe

[issue10668] Array tests have nonsense in them

2010-12-09 Thread R. David Murray
R. David Murray added the comment: This class was added by the fix for issue 1486663 in r53509. Adding Georg as nosy since he committed it, but it seems like it would be worth fixing it in case someone else uses the class in an additional test in the future. -- nosy: +georg.brandl, r

[issue10668] Array tests have nonsense in them

2010-12-09 Thread Alex
New submission from Alex : In ArraySubclassWithKwargs, when __init__ is called it doesn't actually pass self to `array.array.__init__`, this doesn't actually cause errors because the contents of the array isn't tested anywhere. -- components: Library (Lib) messages: 123714 nosy: alex p