Message77434
On 2008-12-09 16:06, Antoine Pitrou wrote:
> Antoine Pitrou <[email protected]> added the comment:
>
>> The idea was to have one implementation of the work-around (a>b) - (b<a)
>> instead of 10 or so instances of this snippet in the Python stdlib
>> and probably a few hundred places in other code.
>
> But what use-case does it solve, except for making legacy code easier to
> port to Py3k?
It implements the DRY principle. |
|
| Date |
User |
Action |
Args |
| 2008-12-09 16:45:29 | lemburg | set | recipients:
+ lemburg, brett.cannon, georg.brandl, rhettinger, amaury.forgeotdarc, mark.dickinson, pitrou, christian.heimes, benjamin.peterson |
| 2008-12-09 16:45:28 | lemburg | link | issue1717 messages |
| 2008-12-09 16:45:27 | lemburg | create | |
|