-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
write only relative path in 'RECORD' #3448
Conversation
hum, I don't think I can figure out the missing pieces for 2.6 and pypy. |
I'm guessing your change meant that the uninstall couldn't find the 2 files noted in the test, and so they didn't get uninstalled. Not sure why 2.6/PyPy would be the only ones with that behaviour... |
Sorry - to be clearer, you wrote something different in RECORD which is where uninstall looks to work out what to remove. |
trying to simplify to one line, seems to do the trick |
my first pypy ! |
Note that the
|
@Ivoz I'm pretty sure that's what OTOH, there doesn't seem to be any sort of check for the condition "if the file is under the installation prefix AND if the base location is a subpath of the installation prefix" in normpath, so blindly applying normpath might be wrong (both here and for the The I'm willing to merge this unless anyone has any objections - @Ivoz are you OK with it given my comments above? |
Since |
write only relative path in 'RECORD'
Thanks for the contribution @stonebig ! |
super ! |
write only relative path in 'RECORD'
RECORD now contains only relative path.
some bugs triggered by a bleeding edge usage of python may disappear a result (#3433)