Rip out all the u"..." literals and calls to unicode().
diff --git a/Lib/plat-mac/aepack.py b/Lib/plat-mac/aepack.py
index 9be242c..3511270 100644
--- a/Lib/plat-mac/aepack.py
+++ b/Lib/plat-mac/aepack.py
@@ -154,7 +154,7 @@
     if t == typeChar:
         return desc.data
     if t == typeUnicodeText:
-        return unicode(desc.data, 'utf16')
+        return str(desc.data, 'utf16')
     # typeColorTable coerced to typeAEList
     # typeComp coerced to extended
     # typeData returned as unknown