[Patches] [ python-Patches-494871 ] test exceptions in various types/methods

noreply@sourceforge.net noreply@sourceforge.net
Tue, 18 Dec 2001 18:16:26 -0800


Patches item #494871, was opened at 2001-12-18 18:16
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=305470&aid=494871&group_id=5470

Category: Library (Lib)
Group: Python 2.3
Status: Open
Resolution: None
Priority: 5
Submitted By: Neal Norwitz (nnorwitz)
Assigned to: Nobody/Anonymous (nobody)
Summary: test exceptions in various types/methods

Initial Comment:
Add a bunch of tests for various methods, including
numeric stuff like:

float('')
float('5\0')
5.0 / 0.0
5.0 // 0.0
5.0 % 0.0
5 << -5

sequence stuff like:
()[0]
x += ()
[].pop()
[].extend(None)

{}.values()
{}.items()

not sure if buffer stuff should go here.
if so, need to update X.X.X to be a real number,
not sure if there is any correlation of the numbers
or should the next available be used (6.7)


----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=305470&aid=494871&group_id=5470