##// END OF EJS Templates
util: enable deprecation warning for stringutil proxy (API)...
Yuya Nishihara -
r37103:7ae6e352 default
parent child Browse files
Show More
@@ -4079,8 +4079,6 b' strdate = _deprecatedfunc(dateutil.strda'
4079 parsedate = _deprecatedfunc(dateutil.parsedate, '4.6')
4079 parsedate = _deprecatedfunc(dateutil.parsedate, '4.6')
4080 matchdate = _deprecatedfunc(dateutil.matchdate, '4.6')
4080 matchdate = _deprecatedfunc(dateutil.matchdate, '4.6')
4081
4081
4082 def _deprecatedfunc(func, version): # TODO
4083 return func
4084 escapedata = _deprecatedfunc(stringutil.escapedata, '4.6')
4082 escapedata = _deprecatedfunc(stringutil.escapedata, '4.6')
4085 binary = _deprecatedfunc(stringutil.binary, '4.6')
4083 binary = _deprecatedfunc(stringutil.binary, '4.6')
4086 stringmatcher = _deprecatedfunc(stringutil.stringmatcher, '4.6')
4084 stringmatcher = _deprecatedfunc(stringutil.stringmatcher, '4.6')
General Comments 0
You need to be logged in to leave comments. Login now