Message183433
I have added some comments on Rietveld.
Note that glob.glob() and glob.glob1() returns different filenames. The first returns full paths and the second returns bare filenames without a directory path. Workarounding this may require more in-depth changes to the code.
Actually this is a low priority issue. It is no so bad to use private functions from other modules inside Python stdlib. But it can be a bad example for a third party code. |
|
Date |
User |
Action |
Args |
2013-03-04 12:04:33 | serhiy.storchaka | set | recipients:
+ serhiy.storchaka, berker.peksag |
2013-03-04 12:04:33 | serhiy.storchaka | set | messageid: <1362398673.2.0.343658968083.issue16620@psf.upfronthosting.co.za> |
2013-03-04 12:04:33 | serhiy.storchaka | link | issue16620 messages |
2013-03-04 12:04:32 | serhiy.storchaka | create | |
|