File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -34,15 +34,14 @@ To be notified on new commits subscribe to this [RSS/Atom feed](../../../commits
3434
3535CEF Python depends on CEF and API breaks are inevitable when updating
3636to latest CEF. The [ Migration Guide] ( Migration-guide.md ) document
37- lists most notable breaking changes for each release. Other changes
38- that do not backwards compatibility can be seen on [ GitHub Releases] ( ../../../releases )
39- pages.
37+ lists most notable breaking changes for each release. Full chanelogs
38+ can be found on [ GitHub Releases] ( ../../../releases ) pages.
4039
41- Due to unavoidable changes in API it is recommended for your setup
42- scripts that use for example PIP to install the cefpython3 package,
40+ Due to unavoidable changes in upstream API it is recommended for your setup
41+ scripts, that for example use PIP to install the cefpython3 package,
4342to hardcode the cefpython version string. If for example using PIP's
44- requirements.txt file then list the cefpython3 package in the
45- following format if using cefpython v57.0: ` cefpython3 == 57.0 ` .
43+ ` requirements.txt ` file then include the cefpython3 package in the
44+ following format if using e.g. cefpython v57.0: ` cefpython3 == 57.0 ` .
4645
4746
4847## Differences between Python 2 and Python 3
Original file line number Diff line number Diff line change @@ -63,6 +63,7 @@ See small code snippets that show various CEF features in the
6363 on a web page as soon as DOM is ready.
6464- [ onpagecomplete.py] ( snippets/onpagecomplete.py ) - Execute custom
6565 Python code on a web page when page loading is complete.
66+ - [ setcookie.py] ( snippets/setcookie.py ) - Shows how to set a cookie
6667- [ window_size.py] ( snippets/window_size.py ) - Set initial window size
6768 without use of any third party GUI framework.
6869
You can’t perform that action at this time.
0 commit comments