allpy
view allpy/util.py @ 836:7de42d758354
Added deprecation warnings to the deprecated functions.
author | Daniil Alexeyevsky <dendik@kodomo.fbb.msu.ru> |
---|---|
date | Tue, 19 Jul 2011 14:40:22 +0400 |
parents | 4bc2075d338a |
children | 8b25fa9734c0 |
line source
1 """Miscellanous utilities.
2 """
6 """The oppozite of zip() builtin."""
14 """Remove each of substrings from string."""
20 """Clone of dict that user may add attributes to."""
21 pass
24 """Clone of list that user may add attributes to."""
25 pass
28 """Clone of str that user may add attributes to."""
29 pass
32 """Warn about function being deprecated."""
35 # vim: set et ts=4 sts=4 sw=4: