[issue1481347] parse_makefile doesn't handle $$ correctly

2015-04-14 Thread Ned Deily
Ned Deily added the comment: Thanks for investigating this, Kasia. It appears that this problem was fixed some time ago in the changes associated with Issue5201. -- nosy: +ned.deily resolution: -> duplicate stage: test needed -> resolved status: open -> closed superseder: -> Using LD

[issue1481347] parse_makefile doesn't handle $$ correctly

2015-04-14 Thread Kasia Jachim
Kasia Jachim added the comment: Tested on 2.7.6 (default from Ubuntu) and 3.5.0a3+ (built from sources), in both cases $$ seems to work correctly, returned {'FOO': '${bar} bla bla'} for the input from msg60909. -- nosy: +kjachim ___ Python tracker

[issue1481347] parse_makefile doesn't handle $$ correctly

2010-09-30 Thread Jeffrey Finkelstein
Jeffrey Finkelstein added the comment: There seems to be a test case for this: http://svn.python.org/view/python/trunk/Lib/distutils/tests/test_sysconfig.py?view=diff&r1=73340&r2=73341 -- nosy: +jfinkels ___ Python tracker

[issue1481347] parse_makefile doesn't handle $$ correctly

2010-08-22 Thread Mark Lawrence
Changes by Mark Lawrence : -- assignee: -> tarek ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail

[issue1481347] parse_makefile doesn't handle $$ correctly

2010-07-31 Thread Mark Lawrence
Changes by Mark Lawrence : -- stage: -> unit test needed versions: +Python 3.2 -Python 2.6, Python 3.0 ___ Python tracker ___ ___ P

[issue1481347] parse_makefile doesn't handle $$ correctly

2009-02-05 Thread Akira Kitada
Changes by Akira Kitada : -- nosy: +tarek type: -> behavior versions: +Python 2.6, Python 2.7, Python 3.0, Python 3.1 -Python 2.4 ___ Python tracker ___ __