[issue3897] collections

2008-09-21 Thread Georg Brandl

Georg Brandl [EMAIL PROTECTED] added the comment:

Thanks, fixed in r66530.

--
nosy: +georg.brandl
resolution:  - fixed
status: open - closed

___
Python tracker [EMAIL PROTECTED]
http://bugs.python.org/issue3897
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue3897] collections

2008-09-19 Thread Dieter Kadelka

Dieter Kadelka [EMAIL PROTECTED] added the comment:

Benjamin Peterson wrote:

Hello,
in Modules/Setup.dist line 179 you find
#collections collectionsmodule.c # Container types
I think this line has to be changed to
#_collections _collectionsmodule.c # Container types

___
Python tracker [EMAIL PROTECTED]
http://bugs.python.org/issue3897
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue3897] collections

2008-09-18 Thread Dieter Kadelka

New submission from Dieter Kadelka [EMAIL PROTECTED]:

Line 179 in Setup.dist should be replaced by

#_collections _collectionsmodule.c # Container types

_collectionsmodule.c doesn't exist any longer

--
components: Extension Modules
messages: 73365
nosy: kadelka
severity: normal
status: open
title: collections
type: compile error
versions: Python 2.6

___
Python tracker [EMAIL PROTECTED]
http://bugs.python.org/issue3897
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue3897] collections

2008-09-18 Thread Benjamin Peterson

Benjamin Peterson [EMAIL PROTECTED] added the comment:

Why do you think it doesn't exist? It appears to be alive and healthy in
Modules/_collectionsmodule.c.

--
nosy: +benjamin.peterson

___
Python tracker [EMAIL PROTECTED]
http://bugs.python.org/issue3897
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com