Message90686
In many ways, this is a bug fix and not a new feature. os.islink is
already in the ntpath module, but simply doesn't perform its intended
purpose. Similarly, os.symlink exists and is defined for unix platforms,
but is just absent on the Windows platform. In other words, this patch
doesn't implement new features, but simply expands the platform support
for existing features. Therefore, I believe this is a strong candidate
for a 3.1.1 target.
That said, if the maintainers would prefer to defer this capability to
3.2, then I would like to move forward with that effort.
Whatever the recommended approach, this effort is ready to move onto the
next step. |
|
Date |
User |
Action |
Args |
2009-07-18 17:13:16 | jaraco | set | recipients:
+ jaraco, lemburg, loewis, nnorwitz, jafo, giampaolo.rodola, swarren, r.david.murray |
2009-07-18 17:13:16 | jaraco | set | messageid: <1247937196.31.0.232374228504.issue1578269@psf.upfronthosting.co.za> |
2009-07-18 17:13:15 | jaraco | link | issue1578269 messages |
2009-07-18 17:13:15 | jaraco | create | |
|