diff options
| author | Paul Sokolovsky | 2014-04-13 10:17:04 +0300 |
|---|---|---|
| committer | Paul Sokolovsky | 2014-04-13 10:24:00 +0300 |
| commit | 48fdaad824da690088ad164326c3151a7bb77432 (patch) | |
| tree | d312a3518f07ea3063c31efbf1aada5bf472f795 /py/qstrdefs.h | |
| parent | ef79a82cec061592eb8710b4b0fea7f3d92c6060 (diff) | |
py: Rename collections module to _collections.
We're not going to implement all the plethora of types in there in C.
Funnily, CPython implements defaultdict in C, and namedtuple in Python.
Diffstat (limited to 'py/qstrdefs.h')
| -rw-r--r-- | py/qstrdefs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/py/qstrdefs.h b/py/qstrdefs.h index 7bd8dc653..dbfb469e9 100644 --- a/py/qstrdefs.h +++ b/py/qstrdefs.h @@ -90,7 +90,7 @@ Q(calcsize) #endif Q(chr) Q(classmethod) -Q(collections) +Q(_collections) Q(complex) Q(dict) Q(dir) |
