handler:submission: fix non-lowercase subject assignment matching.
authorW. Trevor King <wking@tremily.us>
Sat, 1 Sep 2012 14:50:10 +0000 (10:50 -0400)
committerW. Trevor King <wking@tremily.us>
Sat, 1 Sep 2012 14:50:10 +0000 (10:50 -0400)
commitc017ee2eaa34015a6b2912021a04c570cfeefe92
treec07796c275a0acfdb434e99d7d1441a9c7c56f2f
parent8504f7c13123b7e7510d26fd3b9596d580c8eea1
handler:submission: fix non-lowercase subject assignment matching.

Also accept (and ignore) unrecognized keyword arguments in run().
This will allow interoperability with other handlers which may take
other arguments.
pygrader/handler/submission.py