Show More
@@ -2032,7 +2032,10 b' class ui(object):' | |||||
2032 | self.log( |
|
2032 | self.log( | |
2033 | b'develwarn', b'%s at: %s:%d (%s)\n', msg, fname, lineno, fmsg |
|
2033 | b'develwarn', b'%s at: %s:%d (%s)\n', msg, fname, lineno, fmsg | |
2034 | ) |
|
2034 | ) | |
2035 | curframe = calframe = None # avoid cycles |
|
2035 | ||
|
2036 | # avoid cycles | |||
|
2037 | del curframe | |||
|
2038 | del calframe | |||
2036 |
|
2039 | |||
2037 | def deprecwarn(self, msg, version, stacklevel=2): |
|
2040 | def deprecwarn(self, msg, version, stacklevel=2): | |
2038 | """issue a deprecation warning |
|
2041 | """issue a deprecation warning |
General Comments 0
You need to be logged in to leave comments.
Login now