[issue8816] Add test cases for builtins

2010-05-25 Thread Mark Dickinson
Mark Dickinson added the comment: Applied patches (minus the duplicate trunk tests for range, and minus some trailing whitespace) in r81525 (trunk) and r81526 (py3k). Thanks! -- resolution: -> accepted status: open -> closed ___ Python tracker

[issue8816] Add test cases for builtins

2010-05-25 Thread Mark Dickinson
Mark Dickinson added the comment: Thanks for these; I'll commit them later. Aren't the extra range tests that you added already in trunk? -- assignee: -> mark.dickinson nosy: +mark.dickinson ___ Python tracker _

[issue8816] Add test cases for builtins

2010-05-24 Thread Gregory Nofi
Changes by Gregory Nofi : Added file: http://bugs.python.org/file17458/builtins.v3.patch ___ Python tracker ___ ___ Python-bugs-list mailing li

[issue8816] Add test cases for builtins

2010-05-24 Thread Gregory Nofi
New submission from Gregory Nofi : I'm attaching 2 patches with additional test cases for these built-in functions. They are mostly negative tests. * abs * callable: trunk only * len * long: trunk only * range: copied some py3k range tests into trunk * reduce: trunk only * vars I'm currently h