pulumi/sdk/python/lib
Luke Hoban 5bf490228a
Use \n for provider protocol even on Windows (#3855)
The provider plugin protocol is to write a port number followed by `\n`.  We must guarantee we do that even on Windows, so must avoid Python `print` statements which implicitly rewrite newlines to platform specific character sequences.

Fixes #3807.
2020-02-06 11:34:05 -08:00
..
pulumi Use \n for provider protocol even on Windows (#3855) 2020-02-06 11:34:05 -08:00
test Output.apply should lift resources from inner Outputs to the top level output. (#3663) 2019-12-17 14:11:45 -08:00
setup.py Add py.typed to Python package for PEP 561 compliance (#3704) 2020-01-17 15:01:36 -08:00