-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Please do not break API in minor releases #1953
Comments
From ccordoba12 on 2014-09-02T06:37:10Z I have two things to say about this:
|
From yarikop...@gmail.com on 2014-09-02T06:55:15Z
you could catch some other users of this function I guess with a search on github: https://github.com/search?q=getsignaturesfromtext&type=Code&utf8=%E2%9C%93 in debian we have python-spyderlib which does provide this functionality as a library
|
From ccordoba12 on 2014-11-18T17:07:31Z I'll fix this one in our next release, i.e. only for getsignaturefromtext. I think it's really hard for me to report all API changes because we're mainly an application, not a library. Status: Accepted |
From ccordoba12 on 2014-11-19T12:23:14Z This issue was closed by revision cac7c82013ef . Status: Fixed |
From yarikop...@gmail.com on 2014-09-02T08:09:38Z
What version of the product are you using? On what operating system? 2.3.0
Please provide any additional information below
. Please do not break API in minor releases and go through a "deprecation" cycle happen you need to.
I am talking about
-def getsignaturesfromtext(text, objname):
+def getsignaturefromtext(text, objname):
which was done in v2.3.0beta1-81-g2b6c0c7 (sorry for a git treeish description, don't know hg at all)
Original issue: http://code.google.com/p/spyderlib/issues/detail?id=1953
The text was updated successfully, but these errors were encountered: