Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
PyAV
PyAV
Merge requests
!923
[buffer] deprecate Buffer.to_bytes()
Code
Review changes
Check out branch
Download
Email patches
Plain diff
Merged
Jeremy Lainé
requested to merge
github/fork/jlaine/deprecate-buffer-to_bytes
into
main
Mar 25, 2022
Overview
3
Commits
1
Pipelines
0
Changes
6
This method is no longer needed since with Python 3 we can simply use bytes(buf).