Issue2210

classification
Title: Jython Book: Bug in Listing-9-10
Type: behaviour Severity: normal
Components: Documentation Versions:
Milestone:
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: Nosy List: kanglecjr
Priority: Keywords:

Created on 2014-09-13.09:38:25 by kanglecjr, last changed 2014-09-13.09:38:25 by kanglecjr.

Files
File name Uploaded Description Edit Remove
chext.py kanglecjr, 2014-09-13.09:38:25
Messages
msg9000 (view) Author: Jonathan (kanglecjr) Date: 2014-09-13.09:38:25
sys.argv[1] should be directory, sys.argv[2] should be old_ext, sys.argv[3] should be new_ext in the definition of function change_ext(directory, old_ext, new_ext).
History
Date User Action Args
2014-09-13 09:38:25kanglecjrcreate