summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorFlorent Xicluna <florent.xicluna@gmail.com>2010-09-13 16:35:02 (GMT)
committerFlorent Xicluna <florent.xicluna@gmail.com>2010-09-13 16:35:02 (GMT)
commitdc69e7217a78dfbc3586f07920a4c6967baaa275 (patch)
tree80b98d269feb9bd8ad99831264a3631c6d33b324 /Misc
parent1df1536fb98c1c2bbeefe373bc38877129f905e1 (diff)
downloadcpython-dc69e7217a78dfbc3586f07920a4c6967baaa275.zip
cpython-dc69e7217a78dfbc3586f07920a4c6967baaa275.tar.gz
cpython-dc69e7217a78dfbc3586f07920a4c6967baaa275.tar.bz2
Make test.regrtest.__file__ absolute, this was not always the case when running profile or trace, for example. (issue #9323)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 2281892..2392b24 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -142,6 +142,12 @@ Tools/Demos
as wide (UCS4) unicode builds for both the host interpreter (embedded
inside gdb) and the interpreter under test.
+Tests
+-----
+
+- Issue #9323: Make test.regrtest.__file__ absolute, this was not always the
+ case when running profile or trace, for example.
+
Build
-----