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 giampaolo.rodola
Recipients George.Dhoore, SilentGhost, eric.smith, giampaolo.rodola, pitrou
Date 2011-03-10.11:26:29
SpamBayes Score 0.0012390693
Marked as misclassified No
Message-id <1299756391.63.0.796438385411.issue11072@psf.upfronthosting.co.za>
In-reply-to
Content
> You should have the facts in MLSD_DATA be mixed case, to ensure 
> they're being lowercased correctly.

This is already tested by:

+        # case sensitiveness
+        set_data('Type=type;TyPe=perm;UNIQUE=unique; name\r\n')
+        _name, facts = next(self.client.mlsd())
+        [self.assertTrue(x.islower()) for x in facts.keys()]
History
Date User Action Args
2011-03-10 11:26:31giampaolo.rodolasetrecipients: + giampaolo.rodola, pitrou, eric.smith, SilentGhost, George.Dhoore
2011-03-10 11:26:31giampaolo.rodolasetmessageid: <1299756391.63.0.796438385411.issue11072@psf.upfronthosting.co.za>
2011-03-10 11:26:30giampaolo.rodolalinkissue11072 messages
2011-03-10 11:26:30giampaolo.rodolacreate