Message112598
Making ConfigParser an alias for SafeConfigParser creates a silent
behavioral change. An application developer may not realize that
users rely on the "full" ConfigParser anti-glory and end up breaking
their configurations without so much as providing a heads-up in the
application news.
-1
So long as the application developer has to change their code to move
away from ConfigParser, there's a better chance of affected end users
receiving a heads-up. |
|
Date |
User |
Action |
Args |
2010-08-03 13:10:25 | fdrake | set | recipients:
+ fdrake, brett.cannon, georg.brandl, rhettinger, eric.araujo, r.david.murray, michael.foord, till, lukasz.langa |
2010-08-03 13:10:23 | fdrake | link | issue6517 messages |
2010-08-03 13:10:23 | fdrake | create | |
|