Message186466
| Author |
vstinner |
| Recipients |
ncoghlan, python-dev, vstinner |
| Date |
2013年04月09日.22:27:59 |
| SpamBayes Score |
-1.0 |
| Marked as misclassified |
Yes |
| Message-id |
<1365546479.42.0.847926514368.issue14439@psf.upfronthosting.co.za> |
| In-reply-to |
| Content |
Testing the patch manually is simple: add anything wrong in runpy.py and run "python -m base64".
Output:
---
Could not import runpy module
---
Output with the patch:
---
Could not import runpy module
Traceback (most recent call last):
File "/home/haypo/prog/python/default/Lib/runpy.py", line 264, in <module>
x
NameError: name 'x' is not defined
--- |
|
History
|
|---|
| Date |
User |
Action |
Args |
| 2013年04月09日 22:27:59 | vstinner | set | recipients:
+ vstinner, ncoghlan, python-dev |
| 2013年04月09日 22:27:59 | vstinner | set | messageid: <1365546479.42.0.847926514368.issue14439@psf.upfronthosting.co.za> |
| 2013年04月09日 22:27:59 | vstinner | link | issue14439 messages |
| 2013年04月09日 22:27:59 | vstinner | create |
|