[issue12129] Document Object Model API - validation

2016-12-23 Thread Pradeep
Pradeep added the comment: xml minidom.py needs extra validation in setAttributes for certain special characters depending on the attribute name. Attribute values cannot have special characters like <,> and cant be nested as described in the example below element01 = doc.createE

[issue24764] cgi.FieldStorage can't parse multipart part headers with Content-Length and no filename in Content-Disposition

2015-08-17 Thread Pradeep
Pradeep added the comment: Hi Victor, I found similar problem at https://bugs.launchpad.net/barbican/+bug/1485452, is problem mentioned in the bug is same with mentioned bug? -- nosy: +pradeep ___ Python tracker <http://bugs.python.org/issue24