Re: unicode + xml

2009-09-07 Thread Laurent Luce
Can someone confirm that the issue here is I need to encode the xml data using: # encode as UTF-8 utf8_string = xml.encode( 'utf-8' ) and then post it to the server. Laurent - Original Message ---- From: Laurent Luce To: Mark Tolonen ; python-list@python.org Sent: Monday, S

Re: unicode + xml

2009-09-10 Thread Laurent Luce
Here is the code I use to receive the data: dom = minidom.parseString(request.raw_post_data) default charset on django side is utf-8. Please advise. Thanks. Laurent - Original Message From: Stefan Behnel To: python-list@python.org Sent: Monday, September 7, 2009 11:50:28 PM Subject:

Class list of a module

2007-01-14 Thread Laurent . LAFFONT-ST
odule, attName))] Regards, Laurent Laffont -- http://mail.python.org/mailman/listinfo/python-list

Re: Class list of a module

2007-01-15 Thread Laurent . LAFFONT-ST
for using \ at the line ends, because > of the []) That's what I've been looking for. Thank you. Regards, Laurent Laffont -- http://mail.python.org/mailman/listinfo/python-list

Python SECS-II module

2007-02-01 Thread Laurent . LAFFONT-ST
Hi, I searching for a python module which implements SEMI E-4 / E-5 SECS-II/HSMS communication protocol. Is anyone have informations about this ? Regards, Laurent Laffont < [EMAIL PROTECTED] >-- http://mail.python.org/mailman/listinfo/python-list

[ANN] New version 2.1.0 of L.Pointal's Python 3 Cheat Sheet

2025-05-14 Thread Laurent Pointal via Python-list
Hello, In the context of a move for hosting of my one recto-verso pdf cheat sheet, I updated it to add Python's news stuff and make a new 2.1.0 version (latest version, 2.0.6, was from 2017). DOWNLOAD English version is at https://py3cheatsheet.lisn.fr/ (its a short URL fore real host

<    1   2   3   4   5