This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author xtreak
Recipients bgamari, paul.j3, xtreak
Date 2018-09-22.16:44:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1537634668.7.0.956365154283.issue16360@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks @paul.j3 for the PR. The PR in the linked issue was merged and I cannot reproduce the original assertion error in the latest 2.7 branch with the script.

$ ./python.exe
Python 2.7.15+ (remotes/upstream/2.7:10be1d3f80, Sep 22 2018, 22:10:28)
[GCC 4.2.1 Compatible Apple LLVM 7.0.2 (clang-700.1.81)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>>
$ ./python.exe ../backups/bpo16360.py
usage: bpo16360.py [-h] [-w TIME] [-r N] [-j TIME] [-W TIME]
                   [-y COUNT|max|avg] [-o FILE] [-c CHANNEL[=LABEL],...]
                   FILE [FILE ...]
bpo16360.py: error: too few arguments


Thanks
History
Date User Action Args
2018-09-22 16:44:28xtreaksetrecipients: + xtreak, bgamari, paul.j3
2018-09-22 16:44:28xtreaksetmessageid: <1537634668.7.0.956365154283.issue16360@psf.upfronthosting.co.za>
2018-09-22 16:44:28xtreaklinkissue16360 messages
2018-09-22 16:44:28xtreakcreate