[New-bugs-announce] [issue8248] Add test cases for bool

Gregory Nofi report at bugs.python.org
Sun Mar 28 05:03:13 CEST 2010


New submission from Gregory Nofi <crackityjones2004-p at yahoo.com>:

These patches add these new test cases to test_bool.py.

Python 2+3:
- Conversion to float
- Conversion to Decimal
- Calling bool() of built-in types

Python 2 only:
- __index__()
- Conversion to long
- sprintf formatting

NOTE: I'm currently helping Dino Viehland port IronPython tests into CPython. This is the first of that series.

----------
components: Tests
files: test_bool.v2.patch
keywords: patch
messages: 101853
nosy: dino.viehland, gnofi
severity: normal
status: open
title: Add test cases for bool
type: behavior
versions: Python 2.7, Python 3.2
Added file: http://bugs.python.org/file16677/test_bool.v2.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue8248>
_______________________________________


More information about the New-bugs-announce mailing list