Adrian Vladu 072bee9c5d xml: force return of unicode string
With Python 3.8, the xml.etree.ElementTree.ElementTree function now
preserves the attribute order specified by the user.

This change broke the winrm enable functionality, throwing the erorr:

```
TypeError: Objects of type 'bytes' can not be converted to Unicode.
```

The fix was to set the correct parameter to return an unicode string and
not bytes.

Change-Id: I10f7fa357267f36dfed03ccb708694f6fc1cdd97
2022-11-21 20:13:23 +02:00
2014-02-09 21:41:45 +02:00
2018-09-03 13:11:06 +03:00
2019-04-19 19:51:38 +00:00
2014-10-05 22:20:58 +03:00
2013-10-04 00:07:58 +03:00
2015-10-19 01:17:26 +03:00
2022-11-21 13:29:10 +02:00
2017-05-23 13:45:54 +03:00
2020-09-30 15:14:05 +03:00
2020-09-30 15:14:05 +03:00
Description
Cross-platform instance initialization
Readme 8.4 MiB
Languages
Python 100%