RES: module string.py

Alves, Carlos Alberto - Coelce calves at coelce.com.br
Thu Jun 20 08:19:36 EDT 2002


See answer below:

> -----Mensagem original-----
> De: r_proietti at yahoo.com [mailto:r_proietti at yahoo.com]
> Enviada em: quinta-feira, 20 de junho de 2002 08:39
> Para: python-list at python.org
> Assunto: module string.py
> 
> 
> Hi, I'm a Python newbye so I'm sorry if my questions will be a little
> stupid...
> 
> I have two trouble:
> 
> 1)  looking at the module "string.py" I have seen that are described
> some functions like "lower", "rjust", etc. Ther problem is that it
> seems not to describe exactly how this functions are made, but there
> is only a comment about their properties. So in which file are these
> functions described?

Try to see the documentation that comes with python distribuition at
Doc/lib/module-string.html subdirectory of python directory. Or see Python
Lybrary Reference that comes with python too.

> 
> 2) I tried to cancel the file "string.py". After that, the Python
> Interpreter doesn't work anymore (it can't even start working). Why?
> 
> Thank you very much, Nop.
> -- 
> http://mail.python.org/mailman/listinfo/python-list
> 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20020620/c1c741b2/attachment.html>


More information about the Python-list mailing list