Changes between Version 1 and Version 2 of Ticket #11272, comment 9
- Timestamp:
- Aug 29, 2013, 2:22:56 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #11272, comment 9
v1 v2 1 Nice catch. I haven't been running the tests with Python 2.6 most of the time, thinking I'd catch everything by running the tests with with 2.5 and 2.7. From reading [http://www.python.org/dev/peps/pep-0352 PEP-0352], I'd expect a warning in 2.7 as well.1 Nice catch. I haven't been running the tests with Python 2.6 most of the time, thinking I'd catch everything by running the tests with with 2.5 and 2.7. From reading PEP:0352, I'd expect a warning in 2.7 as well. 2 2 3 3 There are some other instances of this in the codebase. I wonder if we should fix these as well: