curdeius added inline comments.

================
Comment at: clang/docs/tools/generate_formatted_state.py:17
+with open(DOC_FILE, 'wb') as output:
+    output.write(".. raw:: html\n")
+    output.write("\n")
----------------
It will still not work with Python 3, you need to pass `bytes` to `write()` 
method.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D80627/new/

https://reviews.llvm.org/D80627



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to