Re: [Python-Dev] web framework for py3k

2011-01-23 Thread Martin v. Löwis
Am 22.01.2011 19:16, schrieb yeswanth:
 I would want to help porting some web framework for py3k .. I want to
 know to know which one is good and which can be ported easily . Also i
 would require some guidance for this work as I am just a beginner here ..

Yeswanth,

Terry already indicated that this is the wrong list. The right list
would be the python-porting list:

http://mail.python.org/mailman/listinfo/python-porting

As for which framework can be ported easily: that is, unfortunately,
difficult to tell in advance. I'd expect that sheer number of lines
gives a good indicator: the smaller the framework, the more easy should
it be to port it.

HTH,
Martin
___
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com


Re: [Python-Dev] web framework for py3k

2011-01-22 Thread Terry Reedy

On 1/22/2011 1:16 PM, yeswanth wrote:

In general, this list is for development of Python, CPython, and its 
stdlib, not 3rd party modules.



I would want to help porting some web framework for py3k ..


The target of any such efforts should be 3.2 as it has changes intended 
to help web programming.



I want to know to know which one is good  and which can be ported easily


Opinions will depend on the person. Such questions might be better asked 
on Python list or the specialized web-sig list, where there are more 
people involved with web frameworks. Most frameworks have their own 
lists. Some can be accessed as newsgroups at news.gmane.org in the 
gmane.comp.python hierarchy.


--
Terry Jan Reedy

___
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com