[27722] in Source-Commits
locker-support: new tag 10.4.1
daemon@ATHENA.MIT.EDU (Jonathan D Reed)
Thu Feb 20 09:16:55 2014
Date: Thu, 20 Feb 2014 09:16:48 -0500
From: Jonathan D Reed <jdreed@MIT.EDU>
Message-Id: <201402201416.s1KEGmft017549@drugstore.mit.edu>
To: source-commits@MIT.EDU
tag 10.4.1
Tagger: Jonathan Reed <jdreed@mit.edu>
Date: Thu Feb 20 09:16:28 2014 -0500
Release 10.4.1
commit 6f4fe7b7691e05e77dbc7d243b5eae8091651662
Author: Jonathan Reed <jdreed@mit.edu>
Date: Fri Feb 14 16:43:27 2014 -0500
Fix bug in athdir command-line parsing
- A bug prevented athdir from supporting the single-positional-argument
variation of the first invocation mode (with "type" defaulting to
"bin").
- Replace list comprehension and contains with any() per achernya's
suggestion
- Add comments documenting the two invocation modes.