[issue20397] distutils --record option does not validate existence of byte-compiled files

2021-02-03 Thread Steve Dower
Steve Dower added the comment: Distutils is now deprecated (see PEP 632) and all tagged issues are being closed. From now until removal, only release blocking issues will be considered for distutils. If this issue does not relate to distutils, please remove the component and reopen it. If

[issue20397] distutils --record option does not validate existence of byte-compiled files

2018-10-30 Thread Kubilay Kocak
Change by Kubilay Kocak : -- versions: +Python 3.7, Python 3.8 -Python 3.5, Python 3.6 ___ Python tracker ___ ___ Python-bugs-list

[issue20397] distutils --record option does not validate existence of byte-compiled files

2016-03-05 Thread Berker Peksag
Changes by Berker Peksag : -- nosy: +berker.peksag versions: -Python 3.2, Python 3.3, Python 3.4 ___ Python tracker ___

[issue20397] distutils --record option does not validate existence of byte-compiled files

2016-01-08 Thread koobs
koobs added the comment: This needs review, commit, merge. We've back-ported and committed these patches against all of our FreeBSD Python ports (27,32,33,34,35) https://svnweb.freebsd.org/ports?view=revision=405569 -- stage: needs patch -> patch review versions: +Python 3.2, Python

[issue20397] distutils --record option does not validate existence of byte-compiled files

2016-01-06 Thread Brendan Molloy
Changes by Brendan Molloy : -- keywords: +patch Added file: http://bugs.python.org/file41516/20397-head.patch ___ Python tracker

[issue20397] distutils --record option does not validate existence of byte-compiled files

2016-01-06 Thread koobs
Changes by koobs : -- keywords: +needs review ___ Python tracker ___ ___

[issue20397] distutils --record option does not validate existence of byte-compiled files

2016-01-06 Thread Brendan Molloy
Changes by Brendan Molloy : Added file: http://bugs.python.org/file41517/20397-py27.patch ___ Python tracker ___

[issue20397] distutils --record option does not validate existence of byte-compiled files

2016-01-06 Thread Brendan Molloy
Brendan Molloy added the comment: I've just uploaded patches for head and 2.7, with relevant unit tests. -- nosy: +bbqsrc ___ Python tracker ___

[issue20397] distutils --record option does not validate existence of byte-compiled files

2016-01-04 Thread koobs
koobs added the comment: setuptools and therefore pip are also affected by this -- ___ Python tracker ___ ___

[issue20397] distutils --record option does not validate existence of byte-compiled files

2016-01-04 Thread koobs
Changes by koobs : -- keywords: +easy versions: +Python 3.6 ___ Python tracker ___

[issue20397] distutils --record option does not validate existence of byte-compiled files

2014-04-11 Thread Éric Araujo
Changes by Éric Araujo mer...@netwok.org: -- nosy: +eric.araujo stage: - needs patch title: distutils --record option does not validate existance of byte-compiled files - distutils --record option does not validate existence of byte-compiled files versions: +Python 3.4, Python 3.5