[issue18314] Have os.unlink remove junction points

2013-08-13 Thread Kim Gräsman
Kim Gräsman added the comment: Victor, Junction points are like links between directories only. They've been around since the NTFS that came with Windows 2000, but integration with OS tools has been generally poor (e.g. Explorer wouldn't see the difference between a junction point and a regul

[issue18698] importlib.reload() does not return the module in sys.modules

2013-08-13 Thread Eric Snow
Eric Snow added the comment: Yep. In 2.7 and 3.2 the PyImport_ExecCodeModuleEx() function in Python/importlib.c returns the module found in sys.modules. Here is a patch. I suppose this should be fixed in 2.7 as well. Thoughts? -- keywords: +patch stage: -> patch review Added file:

<    1   2