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 eric.smith
Recipients amaury.forgeotdarc, asvetlov, brian.curtin, eric.smith, giampaolo.rodola, jafo, jaraco, lemburg, loewis, nnorwitz, r.david.murray, ssbarnea, swarren
Date 2010-01-16.22:47:01
SpamBayes Score 8.881784e-16
Marked as misclassified No
Message-id <1263682031.1.0.815107850273.issue1578269@psf.upfronthosting.co.za>
In-reply-to
Content
I don't see where the patch is outdated.

I'm attaching an updated patch 18 that works cleanly against r77557. It also fixes an unterminated comment.

XP runs correctly (without the new functionality) with this patch. However, on Windows 7 as a normal user I get a permission issue:

Python 3.2a0 (py3k, Jan 16 2010, 17:26:22) [MSC v.1500 32 bit (Intel)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import os
>>> os.symlink('python.exe', 'python-test.exe')
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
WindowsError: [Error 1314] A required privilege is not held by the client: 'python.exe'

This is in a directory that I own, with a file that I own.

Jason: Is there something obvious that I'm missing? Or is some special (not out-of-the-box) permission really required?
History
Date User Action Args
2010-01-16 22:47:11eric.smithsetrecipients: + eric.smith, lemburg, loewis, nnorwitz, jafo, amaury.forgeotdarc, jaraco, giampaolo.rodola, swarren, r.david.murray, ssbarnea, brian.curtin, asvetlov
2010-01-16 22:47:11eric.smithsetmessageid: <1263682031.1.0.815107850273.issue1578269@psf.upfronthosting.co.za>
2010-01-16 22:47:09eric.smithlinkissue1578269 messages
2010-01-16 22:47:09eric.smithcreate