On 10 August 2013 11:37, wrote:
> Sarcastic what the kcuf ¿?¿?¿?
>
> My english is SO bad?
>
> Do you know me?
>
> I can not understand this paranoia i only was giving thanks.
Sarcasm and a lack thereof is very hard to see over the Internet. It's
probably just a misunderstanding :).
Sarcastic what the kcuf ¿?¿?¿?
My english is SO bad?
Do you know me?
I can not understand this paranoia i only was giving thanks.
--
http://mail.python.org/mailman/listinfo/python-list
On 05/08/2013 04:14 PM, cheirasa...@gmail.com wrote:
El martes, 7 de mayo de 2013 23:53:32 UTC+2, Terry Jan Reedy escribió:
On 5/7/2013 4:27 PM, cheirasa...@gmail.com wrote:
Yeah. This is an answer. A lot of thanks.
For a moment there, I thought you were being sarcastic, and ungra
El martes, 7 de mayo de 2013 23:53:32 UTC+2, Terry Jan Reedy escribió:
> On 5/7/2013 4:27 PM, cheirasa...@gmail.com wrote:
>
>
>
> > file = filedialog.askopenfile ( mode... )
>
>
>
> askopenfile is a convenience function that creates an Open dialog
>
> object, shows it, gets the name r
On 5/7/2013 4:27 PM, cheirasa...@gmail.com wrote:
file = filedialog.askopenfile ( mode... )
askopenfile is a convenience function that creates an Open dialog
object, shows it, gets the name returned by the dialog, opens the file
with that name, and returns an appropriate normal file obje
In
cheirasa...@gmail.com writes:
> print(file)
> the output is: <..name="file.doc"...mode=..encoding.. >
> How can i get the second member of 'file'?
If you're using the interpreter, you can type this command:
>>> help(file)
And it will display documentation for using o