org element is not handled correctly
Bug #1010104 reported by
Schwarzburg
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
python-vobject (Ubuntu) |
Confirmed
|
Undecided
|
Unassigned |
Bug Description
The 'org' entry (Organization) is not handled correctly.
Steps to reproduce:
Enter in python interpreter:
import vobject
v = vobject.vCard()
v.add("fn").value = "s"
v.add("n").value = vobject.
v.add("org").value = "TEST"
v.add("
print vobject.
<VCARD| [<VERSION{}3.0>, <FN{}s>, <N{} s s s >, <ORG{}[u'T', u'E', u'S', u'T']>, <TITLE{}>, <TITLE{}test>]>
note the different handling of the org and test value. Note also that it is impossible to add a string that is handled as a string.
To post a comment you must log in.
Status changed to 'Confirmed' because the bug affects multiple users.