[issue7443] test.support.unlink issue on Windows platform

2010-04-01 Thread Andrew Svetlov
Andrew Svetlov added the comment: Florent, sorry. I have no Windows workstation now, so I cannot follow this issue. -- ___ Python tracker ___ ___

[issue1683368] object.__init__ shouldn't allow args/kwds

2010-04-01 Thread Terry J. Reedy
Terry J. Reedy added the comment: @dauerbaustelle I believe your question is a separate issue and that it should have been asked on Python list. However, yes, subclasses of immutables must override __new__. For more, do ask on the list, not here. -- __

[issue8278] os.utime doesn't allow a atime (Last Access) which is 27 years in the future.

2010-04-01 Thread Martin v . Löwis
Martin v. Löwis added the comment: The patch looks fine to me, please apply. -- resolution: -> accepted ___ Python tracker ___ ___ Py

[issue8282] Windows uninstaller requests admin access for unindentified program

2010-04-01 Thread Martin v . Löwis
Martin v. Löwis added the comment: IIUC, fixing this would require to split the installer into two files: the msi and the cab. This would not be acceptable, so I'm closing this as "won't fix". -- resolution: -> wont fix status: pending -> closed __

[issue3778] python uninstaller leave registry entries

2010-04-01 Thread Martin v . Löwis
Martin v. Löwis added the comment: FWIW: contributions are welcome. -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubs

[issue8286] distutils: path '[...]' cannot end with '/'

2010-04-01 Thread Sridhar Ratnakumar
New submission from Sridhar Ratnakumar : I noticed this exception in http://pypm-free.activestate.com/2.6/win32-x86/pool/d/dj/django-navbar-0.2.0_win32-x86_2.6_1.pypm.d/log [...] reading manifest file 'django_navbar.egg-info\SOURCES.txt' reading manifest template 'MANIFEST.in' Traceback (mo

[issue8286] distutils: path '[...]' cannot end with '/'

2010-04-01 Thread Sridhar Ratnakumar
Changes by Sridhar Ratnakumar : -- components: +Windows ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://m

<    1   2