We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
For calls req_check_devkey, not keep order for keys after update call on python <=3.5.2
req_check_devkey
For calls req_check_devkey, keep order for keys after update call on python <=3.5.2
When use python 3.6 , bug not succeded... So, we must use OrderedDict for this purpose
qatestlink/qatestlink/core/xmls/xmlrpc_manager.py
Line 105 in d23fff9
The text was updated successfully, but these errors were encountered:
netzulo
No branches or pull requests
Behaviour Obtained
For calls
req_check_devkey
, not keep order for keys after update call on python <=3.5.2Behaviour expected
For calls
req_check_devkey
, keep order for keys after update call on python <=3.5.2Notes
When use python 3.6 , bug not succeded... So, we must use OrderedDict for this purpose
qatestlink/qatestlink/core/xmls/xmlrpc_manager.py
Line 105 in d23fff9
The text was updated successfully, but these errors were encountered: