[issue16004] Add `make touch` to 2.7 Makefile

2013-03-11 Thread Nick Coghlan
Nick Coghlan added the comment: Yep, that should be fine for 2.7. 3.3+ adds more due to the importlib bootstrapping. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue16004 ___

[issue16004] Add `make touch` to 2.7 Makefile

2013-03-11 Thread Roundup Robot
Roundup Robot added the comment: New changeset da3f4774b939 by Ezio Melotti in branch '2.7': #16004: Add `make touch`. http://hg.python.org/cpython/rev/da3f4774b939 -- nosy: +python-dev ___ Python tracker rep...@bugs.python.org

[issue16004] Add `make touch` to 2.7 Makefile

2013-03-11 Thread Ezio Melotti
Changes by Ezio Melotti ezio.melo...@gmail.com: -- assignee: - ezio.melotti resolution: - fixed stage: patch review - committed/rejected status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue16004

[issue16004] Add `make touch` to 2.7 Makefile

2013-03-11 Thread Arfrever Frehtes Taifersar Arahesis
Arfrever Frehtes Taifersar Arahesis added the comment: touch target could be also added to 3.2 branch. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue16004 ___

[issue16004] Add `make touch` to 2.7 Makefile

2013-03-04 Thread Ezio Melotti
Ezio Melotti added the comment: Nick, is the attached patch ok? -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue16004 ___ ___ Python-bugs-list

[issue16004] Add `make touch` to 2.7 Makefile

2012-09-30 Thread Ezio Melotti
Changes by Ezio Melotti ezio.melo...@gmail.com: -- stage: needs patch - patch review ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue16004 ___ ___

[issue16004] Add `make touch` to 2.7 Makefile

2012-09-23 Thread Chris Jerdonek
New submission from Chris Jerdonek: This issue is to add make touch to the 2.7 Makefile as suggested by Nick Coghlan in the following comment to issue 15964: We should be able to add the make touch target to the 2.7 Makefile without running afoul of the no new features rule. (from

[issue16004] Add `make touch` to 2.7 Makefile

2012-09-23 Thread Ezio Melotti
Changes by Ezio Melotti ezio.melo...@gmail.com: -- nosy: +ezio.melotti stage: - needs patch type: - enhancement ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue16004 ___

[issue16004] Add `make touch` to 2.7 Makefile

2012-09-23 Thread Ezio Melotti
Ezio Melotti added the comment: I'm not so sure it's worth adding it. ISTM that this would be useful only to people that already encountered the problem described in #15964 and now that `make touch` is the solution. All the others will have to google for a solution anyway, and there's no much

[issue16004] Add `make touch` to 2.7 Makefile

2012-09-23 Thread Nick Coghlan
Nick Coghlan added the comment: The idea is to make the solution consistent, regardless of which branch you have checked out (in 3.x, the list of files to touch is longer and make touch already exists) -- ___ Python tracker rep...@bugs.python.org

[issue16004] Add `make touch` to 2.7 Makefile

2012-09-23 Thread Ezio Melotti
Ezio Melotti added the comment: in 3.x, the list of files to touch is longer You mean that the attached patch is enough for 2.7? In that case I guess it might be OK. -- keywords: +patch Added file: http://bugs.python.org/file27264/issue16004.diff