← Back to team overview

openerp-community-reviewer team mailing list archive

Re: [Merge] lp:~sylvain-legal/openerp-pos/7.0_pos_select_customer into lp:openerp-pos

 

@lpistone:

I Just saw your comment. I'm not sure to understand why there is extra """. Are you talking about L79 of the Merge proposal for exemple ? If yes:

print ("""aaa"""
""" bbb""")
>> aaa bbb

print (""" aaa
 bbb""")
>> aaa 
>> bbb

In that case, the first behaviour is wanted because the sentence is not finished.
-- 
https://code.launchpad.net/~sylvain-legal/openerp-pos/7.0_pos_select_customer/+merge/228826
Your team OpenERP Community Reviewer/Maintainer is subscribed to branch lp:openerp-pos.


References