Message100877
I suspect that what Antoine is referring to is the fact that Python 3.1 has this behavior. Whether or not it is explicitly documented is a secondary issue.
We're having a similar issue in the unittest package, where there's a new function, assertSameElements, that has an unfortunate and poorly documented API. But changing that API now that the function exists in a released version (3.1) is not something to be done lightly, if it is done at all.
This is definitely an unfortunate state of affairs no matter how you look at it. |
|
Date |
User |
Action |
Args |
2010-03-11 16:53:28 | r.david.murray | set | recipients:
+ r.david.murray, effbot, georg.brandl, pitrou, scoder, flox |
2010-03-11 16:53:28 | r.david.murray | set | messageid: <1268326408.31.0.811799331848.issue8047@psf.upfronthosting.co.za> |
2010-03-11 16:53:27 | r.david.murray | link | issue8047 messages |
2010-03-11 16:53:26 | r.david.murray | create | |
|