This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author jaraco
Recipients giampaolo.rodola, jafo, jaraco, lemburg, loewis, nnorwitz, r.david.murray, swarren
Date 2009-07-18.17:13:14
SpamBayes Score 5.602024e-07
Marked as misclassified No
Message-id <1247937196.31.0.232374228504.issue1578269@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2009-07-18 17:13:16jaracosetrecipients: + jaraco, lemburg, loewis, nnorwitz, jafo, giampaolo.rodola, swarren, r.david.murray
2009-07-18 17:13:16jaracosetmessageid: <1247937196.31.0.232374228504.issue1578269@psf.upfronthosting.co.za>
2009-07-18 17:13:15jaracolinkissue1578269 messages
2009-07-18 17:13:15jaracocreate