[Tutor] RE: How to remove a newline character

Michael Robin me@mikerobin.com
Sat, 6 Apr 2002 13:22:28 -0800


[ s.replace('\n','') for s in MyList]

mike

-----Original Message-----
From: activepython-admin@listserv.ActiveState.com
[mailto:activepython-admin@listserv.ActiveState.com]On Behalf Of A
Sent: Saturday, April 06, 2002 12:31 PM
To: python-help@python.org; activepython@listserv.activestate.com;
tutor@python.org
Subject: How to remove a newline character


Hi,
Can you please let me know  if it is possible to replace 
new line characters( '\n') in a list in one step?

I have list like

MyList=['272580\n', '23232432\n']

and I would like to have 
,MyList=['272580', '23232432']

so I tried
re.sub('\n','',MyList)
but I received 
TypeError: expected string or buffer

Your help would be appreciated
Thanks.
Ladislav

I look forward to hearing from you soon.

Best Regards,
Ladislav Blazek( Mr.)

BMA TRADING Ltd.
email: export@sendme.cz
email2: export@bmatrading.com
Fax:/Tel +420 506 447921
Tel:+420 506 447920, +420 602 849309


_______________________________________________
ActivePython mailing list
ActivePython@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs