Bug#597120: [PATCH] Avoid dumping unparseable data

2010-09-21 Thread John Wright
On Mon, Sep 20, 2010 at 10:37:08AM -0700, Jelmer Vernooij wrote: > Hi John, > > On Sat, 2010-09-18 at 02:15 -0600, John Wright wrote: > > Add an input validation method that is called by the default __setitem__, > > and add some validation at output time for multivalued fields (since > > their inp

Bug#597120: [PATCH] Avoid dumping unparseable data

2010-09-20 Thread Jelmer Vernooij
Hi John, On Sat, 2010-09-18 at 02:15 -0600, John Wright wrote: > Add an input validation method that is called by the default __setitem__, > and add some validation at output time for multivalued fields (since > their input is a mutable list which makes it unsuitable for validation > at intput tim

Bug#597120: [PATCH] Avoid dumping unparseable data

2010-09-18 Thread John Wright
Add an input validation method that is called by the default __setitem__, and add some validation at output time for multivalued fields (since their input is a mutable list which makes it unsuitable for validation at intput time). Closes: #597120 --- debian/changelog |6 ++ lib/debian