ven't found anything on b.p.o. about this.
Thanks for any insights,
Matthias Kievernagel
--
https://mail.python.org/mailman/listinfo/python-list
Peter Otten <__pete...@web.de> wrote:
> Matthias Kievernagel wrote:
>
>> In my top-level script I want to select if my program
>> is to use random.xxx functions or the random.SystemRandom.xxx
>> ones. All the other modules shouldn't know about that
>&g
do a similar thing in the Makefile using
Compiler-/Link-Options (DEBUG/FINAL Build) switching
between two libraries.
Any hints are welcome, especially a search term
would be very helpful :)
Thanks in advance,
Matthias Kievernagel.
--
http://mail.python.org/mailman/listinfo/python-list
for display,
i.e. not a string. If bytes pass unnoticed,
I'll sooner or later have a surprise.
Just to make sure I decode all bytes (coming from a socket)
before I pass them on to the GUI.
Regards,
Matthias Kievernagel
--
http://mail.python.org/mailman/listinfo/python-list
ust the type names
>swapped.
If I don't want bytes to get passed to tkinter
I just have to raise an exception in AsObj, no?
Or is it even sufficient to just remove the bytes case?
Regards and thanks for your answers.
Matthias Kievernagel.
--
http://mail.python.org/mailman/listinfo/python-list
From: Matthias Kievernagel
Subject: py3 tkinter acceps bytes. why?
Newsgroups: comp.lang.python
Summary:
Keywords:
In a recent thread named "py3 tkinter Text accepts what bytes?"
(google groups link:
http://groups.google.com/group/comp.lang.python/browse_thread/thread/b75ed6
eb303 wrote:
> On Apr 23, 2:00 pm, Matthias Kievernagel
> wrote:
>> Hello,
>>
>> I stumbled upon this one while porting some of my programs
>> to Python 3.1. The program receives messages from a socket
>> and displays them in a tkinter Text. Works fine in Pyth
this magic is done?
Is it tcl magic or did I miss something in the python sources?
Is this somewhere documented?
Thanks for any hints,
Matthias Kievernagel
--
http://mail.python.org/mailman/listinfo/python-list