diff options
author | Éric Araujo <merwok@netwok.org> | 2011-08-26 14:35:19 (GMT) |
---|---|---|
committer | Éric Araujo <merwok@netwok.org> | 2011-08-26 14:35:19 (GMT) |
commit | 288ebb446e09466119b1c4d7d5a21080a7d146fe (patch) | |
tree | 63d9c6739b8d9dd055c54eb67f3d42d13cb3f658 /Lib | |
parent | 1bd3b9cea06b541e9329709df06d9d188bc3ff86 (diff) | |
download | cpython-288ebb446e09466119b1c4d7d5a21080a7d146fe.zip cpython-288ebb446e09466119b1c4d7d5a21080a7d146fe.tar.gz cpython-288ebb446e09466119b1c4d7d5a21080a7d146fe.tar.bz2 |
Add FIXME note as a reminder
Diffstat (limited to 'Lib')
-rw-r--r-- | Lib/distutils/tests/support.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Lib/distutils/tests/support.py b/Lib/distutils/tests/support.py index 788acda..648a8e4 100644 --- a/Lib/distutils/tests/support.py +++ b/Lib/distutils/tests/support.py @@ -161,6 +161,8 @@ def copy_xxmodule_c(directory): def _get_xxmodule_path(): + # FIXME when run from regrtest, srcdir seems to be '.', which does not help + # us find the xxmodule.c file srcdir = sysconfig.get_config_var('srcdir') candidates = [ # use installed copy if available |