Re: Help making this script better

2009-08-06 Thread Gabriel Genellina
En Thu, 06 Aug 2009 11:50:07 -0300, jakecjacobson escribió: After much Google searching and trial & error, I was able to write a Python script that posts XML files to a REST API using HTTPS and passing PEM cert & key file. It seems to be working but would like some pointers on how to handle

Help making this script better

2009-08-06 Thread jakecjacobson
Hi, After much Google searching and trial & error, I was able to write a Python script that posts XML files to a REST API using HTTPS and passing PEM cert & key file. It seems to be working but would like some pointers on how to handle errors. I am using Python 2.4, I don't have the capability t