Message157952
Well, fixing NamedTemporaryFile in either of the ways we've discussed isn't going to fix people writing non-portable code. A unix coder isn't necessarily going to close the file before reading it. However, it would at least significantly increase the odds that the code would be portable, while the current situation *ensures* that the code is not portable. |
|
Date |
User |
Action |
Args |
2012-04-10 13:42:47 | r.david.murray | set | recipients:
+ r.david.murray, jaraco, ncoghlan, pitrou, eric.smith, tim.golden, eric.araujo, brian.curtin, dabrahams |
2012-04-10 13:42:47 | r.david.murray | set | messageid: <1334065367.33.0.05253526615.issue14243@psf.upfronthosting.co.za> |
2012-04-10 13:42:46 | r.david.murray | link | issue14243 messages |
2012-04-10 13:42:46 | r.david.murray | create | |
|