Message248898
FWIW, the problem in the original post is that '-DMODULE_VERSION="1.0.5"' is not quoted by distutils and the quotes are eaten.
This can be fixed by specifying '-DMODULE_VERSION=\"1.0.5\"'. There are no spaces in the argument, so the problem is that cl.exe eats unescaped quotes, not that we aren't automatically changing users arguments. |
|
| Date |
User |
Action |
Args |
| 2015-08-20 16:45:00 | steve.dower | set | recipients:
+ steve.dower, barry, brett.cannon, jaraco, ncoghlan, tarek, eric.araujo, mgiuca, r.david.murray, BreamoreBoy, zach.ware, dstufft, christopher.hogan |
| 2015-08-20 16:45:00 | steve.dower | set | messageid: <[email protected]> |
| 2015-08-20 16:45:00 | steve.dower | link | issue8987 messages |
| 2015-08-20 16:44:59 | steve.dower | create | |
|