str.formatter invalid #5701

Merged
merged 1 commit into from Dec 20, 2015

Conversation

Projects
None yet
3 participants
Contributor

jayvdb commented Dec 20, 2015

A TypeError in AutoDateFormatter introduced in be0aafb
uses invalid str.formatter instead of str.format.

@jayvdb jayvdb str.formatter invalid
A TypeError in AutoDateFormatter introduced in be0aafb
uses invalid str.formatter instead of str.format.
ce55dfe
Contributor

jayvdb commented Dec 20, 2015

This is also present in at least 1.4.x and 1.5.x.

@tacaswell tacaswell added a commit that referenced this pull request Dec 20, 2015

@tacaswell tacaswell Merge pull request #5701 from jayvdb/str.formatter
FIX: str.formatter invalid
bce5f91

@tacaswell tacaswell merged commit bce5f91 into matplotlib:master Dec 20, 2015

3 checks passed

continuous-integration/appveyor/pr AppVeyor build succeeded
Details
continuous-integration/travis-ci/pr The Travis CI build passed
Details
coverage/coveralls Coverage remained the same at 68.321%
Details

tacaswell removed the needs_review label Dec 20, 2015

@tacaswell tacaswell added a commit that referenced this pull request Dec 20, 2015

@tacaswell tacaswell Merge pull request #5701 from jayvdb/str.formatter
FIX: str.formatter invalid
3a95660
Owner

tacaswell commented Dec 20, 2015

backported to 1.5.x as 3a95660

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment