Skip to content

Conversation

NelleV
Copy link
Member

@NelleV NelleV commented Jan 8, 2013

In this PR, I removed deprecated methods from 0.98.x - I moved some code to the tests, and I properly deprecated some methods (with a deprecation warning, and the release of removal).

This is a first PR before deprecating the module from the public interface.

@@ -831,6 +831,7 @@ def append(self, x):
if len(self.data) == self.max:
self.cur = 0
# Permanently change self's class from non-full to full
# FIXME __Full is not defined
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

__Full is defined just a few lines above

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've deleted this line.

@efiring
Copy link
Member

efiring commented Feb 17, 2013

Apart from the two lines on which I left comments, I would merge this.

efiring added a commit that referenced this pull request Feb 18, 2013
@efiring efiring merged commit 0bf445a into matplotlib:master Feb 18, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants