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 acooke
Recipients acooke, benmezger, ezio.melotti, mher
Date 2013-03-27.00:19:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1364343563.85.0.564478319727.issue17403@psf.upfronthosting.co.za>
In-reply-to
Content
thanks (only subscribed to this now, so no previous email).

my guess is that google are assuming a dumb regexp so

   http://example.com/foo?

in a rule does not match

   http://example.com/foo

and also i realised that http://google.com/robots.txt doesn't contain any url with multiple parameters.  so perhaps i was wrong about needing a canonical representation (ie parameter ordering).
History
Date User Action Args
2013-03-27 00:19:23acookesetrecipients: + acooke, ezio.melotti, mher, benmezger
2013-03-27 00:19:23acookesetmessageid: <1364343563.85.0.564478319727.issue17403@psf.upfronthosting.co.za>
2013-03-27 00:19:23acookelinkissue17403 messages
2013-03-27 00:19:23acookecreate