vmware/pyvmomi

Python 3 string formatting bug in Iso8601.py

Open

#169 创建于 2014年9月17日

在 GitHub 查看
 (1 评论) (0 反应) (0 负责人)Python (2,141 star) (807 fork)batch import
bughelp wantedlow hanging fruit

描述

There is at least one place in Iso8601.py that does not include python 3 compatible string formatting.

This indicates a poor testing coverage over date formatting issues.

  • Devise a test that exercises this section of code by only using exposed VMOMI API ... that is by sending or receiving a vSphere command.
  • After devising the test then fix the code.

贡献者指南