New submission from Gregory Nofi <crackityjones200...@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 <rep...@bugs.python.org>
<http://bugs.python.org/issue8248>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to