Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
str.formatter invalid #5701
+1
−1
Conversation
tacaswell
added the
needs_review
label
Dec 20, 2015
|
This is also present in at least 1.4.x and 1.5.x. |
jayvdb
referenced
this pull request
Dec 20, 2015
Open
Python 2.6 string format syntax errors in matplotlib 1.4.3 #5703
tacaswell
added a commit
that referenced
this pull request
Dec 20, 2015
|
|
tacaswell |
bce5f91
|
tacaswell
merged commit bce5f91
into matplotlib:master
Dec 20, 2015
tacaswell
removed the
needs_review
label
Dec 20, 2015
tacaswell
added a commit
that referenced
this pull request
Dec 20, 2015
|
|
tacaswell |
3a95660
|
|
backported to 1.5.x as 3a95660 |
QuLogic
added this to the
Critical bugfix release (1.5.1)
milestone
Dec 21, 2015
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
jayvdb commentedDec 20, 2015
A TypeError in AutoDateFormatter introduced in be0aafb
uses invalid str.formatter instead of str.format.